From a1aa66c7199f49749abc966cfc1d9346a2cca9de Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 8 Sep 2023 02:23:30 +0300 Subject: [PATCH] add new torrent tracker --- src/config/trackers.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/trackers.json b/src/config/trackers.json index b4207f4..f4f546c 100644 --- a/src/config/trackers.json +++ b/src/config/trackers.json @@ -12,5 +12,12 @@ "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" + }, + { + "description":"Yggdrasil torrent tracker, operated by R4SAS", + "url":false, + "announce":"http://[316:c51a:62a3:8b9::5]/announce", + "stats":"http://[316:c51a:62a3:8b9::5]/stats", + "scrape":"http://[316:c51a:62a3:8b9::5]/scrape" } ] \ No newline at end of file