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:
@@ -12,6 +12,7 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.5.248",
|
||||
"146.75.117.194",
|
||||
"146.75.121.194",
|
||||
"146.75.53.194",
|
||||
@@ -21,18 +22,38 @@
|
||||
"151.101.37.194",
|
||||
"151.101.65.194",
|
||||
"151.101.85.194",
|
||||
"165.22.91.194",
|
||||
"172.67.134.19",
|
||||
"188.114.96.10",
|
||||
"188.114.96.7",
|
||||
"188.114.97.10",
|
||||
"188.114.97.7",
|
||||
"51.15.27.51",
|
||||
"51.15.27.55",
|
||||
"65.109.52.31"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2606:4700:3031::6815:5f8",
|
||||
"2606:4700:3037::ac43:8613",
|
||||
"2a06:98c1:3120::7",
|
||||
"2a06:98c1:3120::a",
|
||||
"2a06:98c1:3121::7",
|
||||
"2a06:98c1:3121::a"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"146.75.0.0/16",
|
||||
"151.101.0.0/16",
|
||||
"165.22.0.0/16",
|
||||
"172.64.0.0/13",
|
||||
"188.114.96.0/22",
|
||||
"51.15.0.0/18",
|
||||
"65.108.0.0/15"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2606:4700::/64",
|
||||
"2a06:98c1::/64"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user