chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-10-10 15:50:10 +03:00
parent 8dc4cfa5b4
commit 934d3ca433
24 changed files with 2211 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
{
"domains": [
"anilibria.tv",
"tr.libria.fun",
"wstracker.online",
"www.anilibria.tv"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"104.21.235.97",
"104.21.235.98",
"116.203.58.148",
"13.229.114.252",
"18.141.199.30",
"18.141.222.153",
"54.169.253.230"
],
"ip6": [
"2606:4700:3038::6815:eb61",
"2606:4700:3038::6815:eb62",
"2a01:4f8:1c1c:88bf::64"
],
"cidr4": [
"104.16.0.0/12",
"116.203.48.0/20",
"13.200.0.0/13",
"13.208.0.0/12",
"13.224.0.0/12",
"18.128.0.0/9",
"18.32.0.0/11",
"18.64.0.0/10",
"54.144.0.0/12",
"54.160.0.0/11",
"54.192.0.0/12",
"54.208.0.0/13",
"54.216.0.0/14",
"54.220.0.0/15"
],
"cidr6": [
"2606:4700::/64",
"2a01:4f8:1c1c::/64"
],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}