diff --git a/iptables/rules4.conf b/iptables/rules4.conf index 7124178..3be3502 100644 --- a/iptables/rules4.conf +++ b/iptables/rules4.conf @@ -7,8 +7,8 @@ -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i wg0 -m conntrack --ctstate NEW -s 10.192.168.0/24 -j ACCEPT --A INPUT -p icmp -m icmp --icmp-type 8 -m limit --limit 5/sec -j ACCEPT -A INPUT -m conntrack --ctstate INVALID -j DROP +-A INPUT -p icmp -m icmp --icmp-type 8 -m limit --limit 5/sec -j ACCEPT -A INPUT -j FILTERS -A INPUT -j DROP -A OUTPUT -o lo -j ACCEPT