Merge pull request #946 from fewtarius/dev

Doh
This commit is contained in:
fewtarius 2023-01-14 19:40:22 -05:00 committed by GitHub
commit fbf2fcf76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
. /etc/profile
if [ "$(get_setting ipv6.enabled)" == "1" ]
then
sysctl net.ipv6.conf.all.disable_ipv6=0
sysctl net.ipv6.conf.default.disable_ipv6=0
sysctl net.ipv6.conf.lo.disable_ipv6=0