chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-09-16 16:37:54 +03:00
parent 31af62c5a9
commit 10b5e2c162
29 changed files with 7773 additions and 32 deletions

View File

@@ -14,20 +14,28 @@
"timeout": 3600,
"ip4": [
"104.21.8.240",
"109.61.41.62",
"172.67.158.32",
"185.104.211.35",
"45.82.100.62",
"92.223.55.62",
"92.223.84.84"
],
"ip6": [
"2606:4700:3030::ac43:9e20",
"2606:4700:3034::6815:8f0",
"2a03:90c0:451:2801::62",
"2a03:90c0:9994::9994"
],
"cidr4": [
"104.16.0.0/12",
"172.64.0.0/13"
"172.64.0.0/13",
"45.82.100.0/24",
"92.223.55.0/24"
],
"cidr6": [
"2a03:90c0::/64"
],
"cidr6": [],
"external": {
"domains": [],
"ip4": [],