1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 14:43:42 +00:00

Updated Editing Configuration Files (markdown)

Mike Gelfand 2018-01-17 22:45:10 +03:00
parent e013e6694d
commit 8944939107

@ -118,7 +118,7 @@ Here is a sample of the three basic types, respectively Boolean, Number and Stri
* **rpc-authentication-required:** Boolean (default = false)
* **rpc-bind-address:** String (default = "0.0.0.0") Where to listen for RPC connections
* **rpc-enabled:** Boolean (default = true)
* **rpc-host-whitelist:** String (Comma-delimited list of IP addresses and domain names. Wildcards allowed using '\*'. Example: "192.168.\*.\*,example.com", Default: "", Always allowed: "127.0.0.1", "localhost", "localhost.". Added in v2.93)
* **rpc-host-whitelist:** String (Comma-delimited list of domain names. Wildcards allowed using '\*'. Example: "*.foo.org,example.com", Default: "", Always allowed: "localhost", "localhost.", all the IP addresses. Added in v2.93)
* **rpc-host-whitelist-enabled:** Boolean (default = true. Added in v2.93)
* **rpc-password:** String
* **rpc-port:** Number (default = 9091)