move trackers list to json config file

This commit is contained in:
ghost 2023-08-31 22:21:43 +03:00
parent 2e9ef16c33
commit d0db358eba
8 changed files with 71 additions and 60 deletions

16
src/config/trackers.json Normal file
View file

@ -0,0 +1,16 @@
[
{
"description":"YGGtracker instance, yggdrasil-only connections",
"url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker",
"announce":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce",
"stats":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats",
"scrape":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/scrape"
},
{
"description":"Yggdrasil-only torrent tracker, operated by jeff",
"url":false,
"announce":"http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce",
"stats":"http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats",
"scrape":"http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/scrape"
}
]