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:
parent
1efa0ed408
commit
26714cee49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue