chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-12-10 22:42:10 +03:00
parent b10ea6f18e
commit f11af2080b
32 changed files with 445 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
{
"domains": [
"jut.su",
"www.jut.su",
"gen.jut.su",
"doton.jut.su",
"katon.jut.su"
"gen.jut.su",
"jut.su",
"katon.jut.su",
"www.jut.su"
],
"dns": [
"127.0.0.11:53",
@@ -14,11 +14,32 @@
],
"timeout": 3600,
"ip4": [
"104.26.6.135",
"104.26.7.135",
"144.76.237.111",
"172.67.72.179",
"188.114.98.229",
"188.114.99.229"
],
"ip6": [
"2606:4700:20::681a:687",
"2606:4700:20::681a:787",
"2606:4700:20::ac43:48b3",
"2a01:4f8:201:133c::2",
"2a06:98c1:3122:e000::5",
"2a06:98c1:3123:e000::5"
],
"ip6": [],
"cidr4": [
"104.16.0.0/12",
"144.76.0.0/16",
"172.64.0.0/13",
"188.114.96.0/22"
],
"cidr6": [
"2606:4700::/32",
"2a01:4f8:201:133c::/64",
"2a06:98c1::/32"
],
"cidr6": [],
"external": {
"domains": [],
"ip4": [],