Update install.sh
parent
cd7cb4869f
commit
3da6e0aaa1
|
@ -6,8 +6,8 @@ print_ylw(){
|
||||||
|
|
||||||
print_ylw "[ ipv6 turn off ]"
|
print_ylw "[ ipv6 turn off ]"
|
||||||
cat << EOF >> /etc/sysctl.conf
|
cat << EOF >> /etc/sysctl.conf
|
||||||
net.ipv6.conf.all.disable_ipv6=0
|
net.ipv6.conf.all.disable_ipv6=1
|
||||||
net.ipv6.conf.default.disable_ipv6=0
|
net.ipv6.conf.default.disable_ipv6=1
|
||||||
net.ipv4.ip_forward=1
|
net.ipv4.ip_forward=1
|
||||||
EOF
|
EOF
|
||||||
sysctl -p
|
sysctl -p
|
||||||
|
|
Loading…
Reference in New Issue