mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-12-26 00:06:38 +00:00
Fixed tor 127.0.0.2 exemption
This commit is contained in:
parent
d266e652b7
commit
c25c8762aa
@ -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; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user