mirror of
https://github.com/kaboomserver/framework.git
synced 2024-11-24 08:08:20 -05:00
iptables-save -> ip6tables-save
This commit is contained in:
parent
4994e160e1
commit
7859692a80
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ iptables-save > /etc/iptables/rules.v4
|
|||
ip6tables -t nat -A INPUT -p tcp --dport 25565 -j SNAT --to-source 2001:db8::1-2001:db8::6464
|
||||
ip6tables -t nat -A INPUT -p udp --dport 19132 -j SNAT --to-source 2001:db8::1-2001:db8::6464
|
||||
ip6tables -A INPUT -p tcp --syn --dport 25565 -m connlimit --connlimit-above 5 --connlimit-mask 32 -j REJECT --reject-with tcp-reset
|
||||
iptables-save > /etc/iptables/rules.v6
|
||||
ip6tables-save > /etc/iptables/rules.v6
|
||||
|
|
Loading…
Reference in a new issue