From 5a1dd44189e74ed74040efff6e75784a10890de2 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 18 Jul 2022 14:31:48 +0100 Subject: [PATCH] Update services.md --- services.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services.md b/services.md index a0ee889..5a8be94 100644 --- a/services.md +++ b/services.md @@ -98,8 +98,10 @@ The following services are available on the Yggdrasil v0.4 network, courtesy of ## BitTorrent -- Torrent tracker at `http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce` operated by jeff - - Yggdrasil only — filters out non-Yggdrasil IP addresses automatically from announcements +- Yggdrasil-only torrent tracker, operated by jeff: + - With DNS: `http://yggtracker.i2p.rocks/` (statistics at `http://yggtracker.i2p.rocks/stats`) + - Without DNS: `http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/announce` (statistics at `http://[200:1e2f:e608:eb3a:2bf:1e62:87ba:e2f7]/stats`) + - Filters out non-Yggdrasil IP addresses automatically from announcements ----