temporarily comment out firewall rule

This commit is contained in:
staticsafe 2020-04-14 22:11:55 -04:00
parent 58c0b0e2c1
commit 377a5bcebf
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 src -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