chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2025-07-10 18:05:26 +03:00
parent 704f7c5d30
commit e015b3dad7
54 changed files with 1791 additions and 62 deletions

View File

@@ -0,0 +1,28 @@
{
"domains": [
"daramalive.life",
"www.daramalive.life"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"37.1.221.129"
],
"ip6": [],
"cidr4": [
"37.1.216.0/21"
],
"cidr6": [],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}