should be src for ipset based rule

This commit is contained in:
staticsafe 2020-04-14 22:03:23 -04:00
parent c267ec243f
commit 92f286bbd6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
:INPUT DROP
:FORWARD DROP
:OUTPUT DROP
-A INPUT -m set --match-set nasties -j DROP
-A INPUT -m set --match-set nasties src -j DROP
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT