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:
@@ -16,8 +16,12 @@
|
||||
"ip6": [
|
||||
"2a07:180::26"
|
||||
],
|
||||
"cidr4": [],
|
||||
"cidr6": [],
|
||||
"cidr4": [
|
||||
"14.102.228.0/23"
|
||||
],
|
||||
"cidr6": [
|
||||
"2a07:180::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
@@ -57,8 +57,8 @@
|
||||
"188.114.96.0/22"
|
||||
],
|
||||
"cidr6": [
|
||||
"2606:4700::/64",
|
||||
"2a06:98c1::/64"
|
||||
"2606:4700::/32",
|
||||
"2a06:98c1::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
|
@@ -76,11 +76,11 @@
|
||||
"95.85.69.0/24"
|
||||
],
|
||||
"cidr6": [
|
||||
"2606:4700::/64",
|
||||
"2a03:90c0:10::/64",
|
||||
"2a03:90c0:40::/64",
|
||||
"2a03:90c0:9997::/64",
|
||||
"2a03:90c0::/64"
|
||||
"2606:4700::/32",
|
||||
"2a03:90c0:10::/44",
|
||||
"2a03:90c0:40::/44",
|
||||
"2a03:90c0:9997::/48",
|
||||
"2a03:90c0::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
|
Reference in New Issue
Block a user