From 78db941fd7e1f787518fb4f10ee80a98fd6d55f6 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Tue, 9 Apr 2024 23:52:27 +0300 Subject: [PATCH] bump torrent v1.2.17 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfd0807..b47afd3 100644 --- a/README.md +++ b/README.md @@ -230,9 +230,9 @@ Enter current ip address and port of server _e.g. 127.0.0.1:8090_ API documentation is hosted as Swagger format available at path `/swagger/index.html`. -### API Authentication +## Authentication -The user data file should be located near to the settings. Basic auth, read more in wiki . +The users data file should be located near to the settings. Basic auth, read more in wiki . `accs.db` in JSON format: @@ -242,6 +242,7 @@ The user data file should be located near to the settings. Basic auth, read more "User2": "Pass2" } ``` +Note: You should enable authentication with -a (--httpauth) TorrServer startup option. ## Whitelist/Blacklist IP