I should probably fix this proper in the CI in another PR
This commit is contained in:
parent
c3caba43e5
commit
9f4ba1c7bd
@ -1,10 +0,0 @@
|
||||
# Test nets
|
||||
192.0.2.0/24
|
||||
198.51.100.0/24
|
||||
192.88.99.0/24
|
||||
203.0.113.0/24
|
||||
|
||||
# IPv6
|
||||
2001:0000:/32
|
||||
2001:db8::/32
|
||||
2002::/16
|
14
bin_tests/config/ipbans.json
Normal file
14
bin_tests/config/ipbans.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
# Test nets
|
||||
192.0.2.0/24
|
||||
198.51.100.0/24
|
||||
192.88.99.0/24
|
||||
203.0.113.0/24
|
||||
|
||||
# IPv6
|
||||
2001:0000:/32
|
||||
2001:db8::/32
|
||||
2002::/16
|
Loading…
Reference in New Issue
Block a user