This commit is contained in:
Bob Mottram 2016-09-29 12:41:26 +01:00
parent ce71cb3df1
commit 3f27c2a5ee
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function global_rate_limit {
else
sed -i 's|net.ipv4.tcp_challenge_ack_limit.*|net.ipv4.tcp_challenge_ack_limit = 999999999|g' /etc/sysctl.conf
fi
sysctl -p
sysctl -p 2> /dev/null
}
function enable_ipv6 {