mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Re-enable IPv6
This commit is contained in:
parent
a7394602f8
commit
f3b6276df5
|
@ -77,9 +77,9 @@ net.ipv4.ip_forward=1
|
|||
#fs.protected_symlinks=0
|
||||
|
||||
# Disable IPv6
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
net.ipv6.conf.default.disable_ipv6 = 1
|
||||
net.ipv6.conf.lo.disable_ipv6 = 1
|
||||
#net.ipv6.conf.all.disable_ipv6 = 1
|
||||
#net.ipv6.conf.default.disable_ipv6 = 1
|
||||
#net.ipv6.conf.lo.disable_ipv6 = 1
|
||||
|
||||
# Don't swap so much
|
||||
vm.swappiness=10
|
Loading…
Reference in New Issue
Block a user