mirror of
https://github.com/transmission/transmission
synced 2025-03-11 14:43:42 +00:00
Updated Editing Configuration Files (markdown)
parent
e013e6694d
commit
8944939107
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue