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:
@@ -110,8 +110,10 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.15.6",
|
||||
"136.243.74.157",
|
||||
"146.255.198.165",
|
||||
"172.67.160.248",
|
||||
"176.58.38.101",
|
||||
"176.58.38.109",
|
||||
"176.58.38.125",
|
||||
@@ -207,10 +209,15 @@
|
||||
"82.221.105.19",
|
||||
"85.217.222.70"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2606:4700:3030::ac43:a0f8",
|
||||
"2606:4700:3033::6815:f06"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"136.243.0.0/16",
|
||||
"146.255.0.0/16",
|
||||
"172.64.0.0/13",
|
||||
"176.58.38.0/23",
|
||||
"176.58.40.0/24",
|
||||
"176.58.41.0/24",
|
||||
@@ -235,7 +242,9 @@
|
||||
"82.221.105.0/24",
|
||||
"85.217.222.0/24"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2606:4700::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user