mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
More disable IPv6
This commit is contained in:
parent
123f6443dd
commit
59be008880
|
@ -77,4 +77,6 @@ net.ipv4.ip_forward=1
|
|||
#fs.protected_symlinks=0
|
||||
|
||||
# Disable IPv6
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
net.ipv6.conf.default.disable_ipv6 = 1
|
||||
net.ipv6.conf.lo.disable_ipv6 = 1
|
Loading…
Reference in New Issue
Block a user