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,6 +15,9 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.26.2.110",
|
||||
"104.26.3.110",
|
||||
"172.67.75.189",
|
||||
"185.215.4.19",
|
||||
"194.67.71.107",
|
||||
"194.67.71.108",
|
||||
@@ -33,18 +36,31 @@
|
||||
"194.67.71.84",
|
||||
"194.67.71.89",
|
||||
"194.67.71.97",
|
||||
"35.190.45.78"
|
||||
"35.190.45.78",
|
||||
"8.47.69.0",
|
||||
"8.6.112.0"
|
||||
],
|
||||
"ip6": [
|
||||
"2a00:f940:4::10"
|
||||
"2606:4700:20::681a:26e",
|
||||
"2606:4700:20::681a:36e",
|
||||
"2606:4700:20::ac43:4bbd",
|
||||
"2a00:f940:4::10",
|
||||
"2a06:98c1:3122:8000::",
|
||||
"2a06:98c1:3123:8000::"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13",
|
||||
"185.215.4.0/24",
|
||||
"194.67.71.0/24",
|
||||
"35.184.0.0/13"
|
||||
"35.184.0.0/13",
|
||||
"8.0.0.0/13",
|
||||
"8.32.0.0/11"
|
||||
],
|
||||
"cidr6": [
|
||||
"2a00:f940:4::/48"
|
||||
"2606:4700::/32",
|
||||
"2a00:f940:4::/48",
|
||||
"2a06:98c1::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
|
Reference in New Issue
Block a user