mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 00:49:36 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -15,24 +15,35 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.12.243",
|
||||
"172.67.153.242",
|
||||
"188.114.96.1",
|
||||
"188.114.96.3",
|
||||
"188.114.96.7",
|
||||
"188.114.97.1",
|
||||
"188.114.97.3",
|
||||
"188.114.97.7",
|
||||
"193.46.255.26",
|
||||
"193.46.255.29"
|
||||
],
|
||||
"ip6": [
|
||||
"2606:4700:3032::6815:cf3",
|
||||
"2606:4700:3036::ac43:99f2",
|
||||
"2a06:98c1:3120::1",
|
||||
"2a06:98c1:3120::3",
|
||||
"2a06:98c1:3120::7",
|
||||
"2a06:98c1:3121::1",
|
||||
"2a06:98c1:3121::3"
|
||||
"2a06:98c1:3121::3",
|
||||
"2a06:98c1:3121::7"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13",
|
||||
"188.114.96.0/22",
|
||||
"193.46.255.0/24"
|
||||
],
|
||||
"cidr6": [
|
||||
"2606:4700::/64",
|
||||
"2a06:98c1::/64"
|
||||
],
|
||||
"external": {
|
||||
|
Reference in New Issue
Block a user