More disable IPv6

This commit is contained in:
Taylor Helsper 2019-10-29 22:13:21 -05:00
parent 123f6443dd
commit 59be008880

View File

@ -78,3 +78,5 @@ net.ipv4.ip_forward=1
# Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1