akashi-esquizolandia/bin/config_sample/ipbans.json
Salanto c3caba43e5 Add functional ASN ban code
You need a compatible DB to make this work.
2023-07-24 04:14:34 +02:00

14 lines
232 B
JSON

{
"ip_range": [
"192.0.2.0/24",
"198.51.100.0/24",
"192.88.99.0/24",
"203.0.113.0/24",
"2001:0000:/32",
"2001:db8::/32",
"2002::/16"
],
"asn": [
"0"
]
}