chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-10-28 22:23:12 +03:00
parent 9909a754c1
commit 40d9613296
41 changed files with 3433 additions and 15 deletions

View File

@@ -0,0 +1,28 @@
{
"domains": [
"7k.casino",
"www.7k.casino"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"14.102.228.26"
],
"ip6": [
"2a07:180::26"
],
"cidr4": [],
"cidr6": [],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}