chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-10-09 01:55:49 +03:00
parent dbebe410a3
commit f8f807ee98
7 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
{
"domains": [
"plab.site",
"pornolab.net",
"static.pornolab.net",
"wstracker.online",
"www.pornolab.net"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"13.229.114.252",
"18.141.199.30",
"18.141.222.153",
"185.110.92.40",
"185.110.92.41",
"185.61.148.21",
"54.169.253.230",
"94.140.112.80",
"95.215.46.63"
],
"ip6": [],
"cidr4": [
"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",
"185.110.92.0/24",
"185.61.148.0/23",
"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",
"94.140.96.0/19",
"95.215.45.0/24",
"95.215.46.0/23"
],
"cidr6": [],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}