Attempt to fix transmission
This commit is contained in:
@@ -329,7 +329,7 @@ in {
|
|||||||
rpc-bind-address =
|
rpc-bind-address =
|
||||||
if cfg.vpn.enable
|
if cfg.vpn.enable
|
||||||
then "192.168.15.1"
|
then "192.168.15.1"
|
||||||
else "127.0.0.1";
|
else "0.0.0.0";
|
||||||
rpc-port = cfg.uiPort;
|
rpc-port = cfg.uiPort;
|
||||||
rpc-whitelist-enabled = true;
|
rpc-whitelist-enabled = true;
|
||||||
rpc-whitelist = strings.concatStringsSep "," ([
|
rpc-whitelist = strings.concatStringsSep "," ([
|
||||||
|
|||||||
Reference in New Issue
Block a user