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:
@@ -14,20 +14,28 @@
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.8.240",
|
||||
"109.61.41.62",
|
||||
"172.67.158.32",
|
||||
"185.104.211.35",
|
||||
"45.82.100.62",
|
||||
"92.223.55.62",
|
||||
"92.223.84.84"
|
||||
],
|
||||
"ip6": [
|
||||
"2606:4700:3030::ac43:9e20",
|
||||
"2606:4700:3034::6815:8f0",
|
||||
"2a03:90c0:451:2801::62",
|
||||
"2a03:90c0:9994::9994"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13"
|
||||
"172.64.0.0/13",
|
||||
"45.82.100.0/24",
|
||||
"92.223.55.0/24"
|
||||
],
|
||||
"cidr6": [
|
||||
"2a03:90c0::/64"
|
||||
],
|
||||
"cidr6": [],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user