Add announce-ip and announce-ip-enabled parameters. (#3461)

This commit is contained in:
Viacheslav Chimishuk
2022-07-20 22:04:52 +03:00
committed by GitHub
parent a2044bf58a
commit de7986e01d
7 changed files with 94 additions and 10 deletions

View File

@@ -32,6 +32,10 @@ Here is a sample of the three basic types: respectively Boolean, Number and Stri
```
### Options
#### IP Announce
* **announce-ip:** String (default = "") Alternative IP address to announce to tracker.
* **announce-ip-enabled:** Boolean (default = false) When enabled **announce-ip** value is used instead of client's address visible to tracker for announcement requests.
#### Bandwidth
* **alt-speed-enabled:** Boolean (default = false, aka 'Turtle Mode')
_Note: Clicking the "Turtle" in the GUI when the [scheduler](#Scheduling) is enabled, will only temporarily remove the scheduled limit until the next cycle._