transmission: properly setup rpc
This commit is contained in:
parent
bb652d19e7
commit
8a92f00e3b
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
alt-speed-time-end = 1380;
|
||||
alt-speed-up = 256;
|
||||
ratio-limit-enabled = true;
|
||||
rpc-bind-address = "0.0.0.0";
|
||||
rpc-enabled = true;
|
||||
rpc-port = 9091;
|
||||
rpc-host-whitelist = "${config.networking.hostName}";
|
||||
rpc-whitelist = "10.100.0.*,10.0.0.*,192.168.100.*";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue