From 23c52b191c62ca39b7b9947f3167b4bd6cf8fbae Mon Sep 17 00:00:00 2001 From: Gabriel Grondin Date: Sun, 19 May 2024 19:34:08 +0200 Subject: [PATCH] Fix REAADME HTTP port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83dbd936..306a8620c 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The following services are provided by the default configuration: - UDP _(tracker)_ - `udp://127.0.0.1:6969/announce`. - HTTP _(tracker)_ - - `http://127.0.0.1:6969/announce`. + - `http://127.0.0.1:7070/announce`. - API _(management)_ - `http://127.0.0.1:1212/api/v1/stats?token=MyAccessToken`.