add firewall rule to drop aggressive crawler in catsith.asininetech.net.rules.v6

This commit is contained in:
staticsafe 2019-12-23 18:40:39 -05:00
parent 85d19dd3a0
commit 3b73edf491
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:FORWARD DROP
:OUTPUT DROP
:icmp_in -
-A INPUT -s 2601:647:300:fab:8c74:7e2f:58c0:4f92/128 -m comment --comment "Aggressive Masto API crawler" -j DROP
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT