chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-10-29 03:10:01 +03:00
parent 8c58dc0502
commit 4fc926f9fa
91 changed files with 1231 additions and 366 deletions

View File

@@ -16,8 +16,12 @@
"ip6": [
"2a07:180::26"
],
"cidr4": [],
"cidr6": [],
"cidr4": [
"14.102.228.0/23"
],
"cidr6": [
"2a07:180::/32"
],
"external": {
"domains": [],
"ip4": [],

View File

@@ -57,8 +57,8 @@
"188.114.96.0/22"
],
"cidr6": [
"2606:4700::/64",
"2a06:98c1::/64"
"2606:4700::/32",
"2a06:98c1::/32"
],
"external": {
"domains": [],

View File

@@ -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": [],