I should probably fix this proper in the CI in another PR

This commit is contained in:
Salanto 2023-07-24 14:03:26 +02:00
parent c3caba43e5
commit 9f4ba1c7bd
3 changed files with 14 additions and 20 deletions
bin/config_sample
bin_tests/config

View File

@ -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

View 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"
]
}

View File

@ -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