Fixed tor 127.0.0.2 exemption

This commit is contained in:
Dionysus 2023-09-30 22:34:36 -04:00
parent d266e652b7
commit c25c8762aa
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 11 additions and 11 deletions

View File

@ -9,23 +9,23 @@ except ban {
# Tor Hidden Service # Tor Hidden Service
except ban { except ban {
mask { ip 127.0.0.2; } mask { ip 127.0.0.2; }
type { blacklist; connect-flood; maxperip; handshake-data-flood; } type { all; }
} }
# Local # Local
except ban { except ban {
mask { mask {
ip { 127.0.0.1; ::1; } ip { 127.0.0.1; ::1; }
ip { 198.251.80.56; } # blackhole ip { 198.251.80.56; }
ip { 149.202.251.251; } # blackflag ip { 149.202.251.251; }
ip { 54.36.102.218; } # contra ip { 54.36.102.218; }
ip { 45.61.188.116; } # darpa ip { 45.61.188.116; }
ip { 51.89.151.158; } # gator ip { 51.89.151.158; }
ip { 198.98.52.138; } # nutty ip { 198.98.52.138; }
ip { 45.153.48.83; } # scram ip { 45.153.48.83; }
ip { 107.174.158.185; } # shrimp ip { 107.174.158.185; }
ip { 65.75.209.67; } # war ip { 65.75.209.67; }
ip { 139.144.202.79; } # wildwest ip { 139.144.202.79; }
} }
type { all; } type { all; }
} }