Only ensure IPv6 is enabled at the loopback level

We shouldn't exactly try forcing IPv6 to be enabled everywhere.
This commit is contained in:
David Duque 2022-11-02 09:51:07 +00:00 committed by GitHub
parent 1efa0ed408
commit 26714cee49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ hostname $PRIMARY_HOSTNAME
# the loopback interface to also work on IPv6 (that is, we want :: to be available). This
# is required because apparently nsd expects this to exist.
management/editconf.py /etc/sysctl.conf "net.ipv6.conf.all.disable_ipv6 = 0"
management/editconf.py /etc/sysctl.conf "net.ipv6.conf.lo.disable_ipv6 = 0"
hide_output sysctl --system
# ### Fix permissions