Fix sysctl to disable instantly IPv6
Signed-off-by: Alban Vidal <alban.vidal@zordhak.fr>
This commit is contained in:
parent
2b08af013c
commit
d471127d73
@ -161,5 +161,5 @@ cat << EOF > /etc/sysctl.d/98-disable-ipv6.conf
|
|||||||
# Disable ipv6 on all connexion
|
# Disable ipv6 on all connexion
|
||||||
net.ipv6.conf.all.disable_ipv6 = 1
|
net.ipv6.conf.all.disable_ipv6 = 1
|
||||||
EOF
|
EOF
|
||||||
sysctl -p
|
sysctl -p /etc/sysctl.d/98-disable-ipv6.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user