Updated Editing Configuration Files (markdown)

Mike Gelfand 2018-01-17 21:33:10 +03:00
parent 80e7afca8f
commit 37d4bdd08d
1 changed files with 2 additions and 0 deletions

@ -118,6 +118,8 @@ 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-enabled:** Boolean (default = true. Added in v2.93)
* **rpc-password:** String
* **rpc-port:** Number (default = 9091)
* **rpc-url:** String (default = /transmission/. Added in v2.2)