mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -11,15 +11,19 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"185.189.181.140"
|
||||
"185.189.181.140",
|
||||
"94.23.61.170"
|
||||
],
|
||||
"ip6": [
|
||||
"2001:41d0:2:3eaa::1",
|
||||
"2a0b:f380:3e8::28c"
|
||||
],
|
||||
"cidr4": [
|
||||
"185.189.181.0/24"
|
||||
"185.189.181.0/24",
|
||||
"94.23.0.0/16"
|
||||
],
|
||||
"cidr6": [
|
||||
"2001:41d0::/44",
|
||||
"2a0b:f380:3e8::/48"
|
||||
],
|
||||
"external": {
|
||||
|
Reference in New Issue
Block a user