chore: new configs and cidr storage update

This commit is contained in:
Rekryt
2024-08-31 17:15:10 +03:00
parent 2de1f3b025
commit d5a043f64a
9 changed files with 28043 additions and 16 deletions

78
config/torrent.json Normal file
View File

@@ -0,0 +1,78 @@
{
"domains": [
"bt.t-ru.org",
"bt2.t-ru.org",
"bt3.t-ru.org",
"bt4.t-ru.org",
"filmitorrent.net",
"nnmclub.to",
"nyaa.land",
"nyaa.si",
"rutracker.org",
"rutrk.org",
"static.rutracker.cc",
"t-ru.org"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53"
],
"timeout": 43200,
"ip4": [
"104.21.0.111",
"104.21.32.127",
"104.21.32.39",
"104.21.50.150",
"104.21.56.133",
"104.21.82.183",
"104.21.95.93",
"172.67.144.20",
"172.67.151.249",
"172.67.152.25",
"172.67.161.114",
"172.67.163.237",
"172.67.182.196",
"172.67.185.253",
"186.2.163.20",
"188.114.96.1",
"188.114.96.7",
"188.114.97.1",
"188.114.97.7"
],
"ip6": [
"2606:4700:3030::ac43:97f9",
"2606:4700:3030::ac43:a3ed",
"2606:4700:3031::6815:2027",
"2606:4700:3032::6815:3885",
"2606:4700:3034::ac43:b6c4",
"2606:4700:3035::6815:207f",
"2606:4700:3035::6815:3296",
"2606:4700:3035::6815:5f5d",
"2606:4700:3036::ac43:a172",
"2606:4700:3037::6815:52b7",
"2606:4700:3037::ac43:9014",
"2606:4700:3037::ac43:9819",
"2a06:98c1:3120::1",
"2a06:98c1:3120::7",
"2a06:98c1:3121::1",
"2a06:98c1:3121::7"
],
"cidr4": [
"104.16.0.0/12",
"172.64.0.0/13",
"186.2.163.0/24",
"188.114.96.0/22"
],
"cidr6": [
"2606:4700::/64",
"2a06:98c1::/64"
],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}