Skip to content

Commit

Permalink
Revert "chore: Set precedence to use ipv4 resolution in gettaddrinfo" (
Browse files Browse the repository at this point in the history
…#1223)

* Revert "chore: version bump"

This reverts commit 1c97c0c.

* Revert "chore: Set precedence to use ipv4 resolution in gettaddrinfo"

This reverts commit f9ff6c7.

* chore: bump version
  • Loading branch information
pcnc authored Sep 19, 2024
1 parent c00fd90 commit 020186a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions ansible/tasks/internal/optimizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,3 @@
- popularity-contest
- ubuntu-advantage-tools
when: debpkg_mode or stage2_nix

- name: prefer ipv4 connection resolution
become: yes
replace:
path: /etc/gai.conf
regexp: "#precedence ::ffff:0:0/96 100"
replace: "precedence ::ffff:0:0/96 100"
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.122"
postgres-version = "15.6.1.123"

0 comments on commit 020186a

Please sign in to comment.