diff --git a/HowtoIPv6.md b/HowtoIPv6.md index edd4df7a..c8cde0fb 100644 --- a/HowtoIPv6.md +++ b/HowtoIPv6.md @@ -269,6 +269,7 @@ Dans /etc/network/interfaces : ### Debian Pour désactiver l'IPv6 sur toutes les interfaces : + ~~~(sh) # printf 'net.ipv6.conf.all.disable_ipv6 = 1\nnet.ipv6.conf.default.disable_ipv6 = 1\n' > /etc/sysctl.d/zzz-disable-ipv6.conf # sysctl -p /etc/sysctl.d/zzz-disable-ipv6.conf