Transmission: Added rpc-whitelist, works now, need to keep nginx

This commit is contained in:
rasmus-kirk
2024-03-04 22:58:43 +01:00
parent 21a32be306
commit 190a33f8f3
+2 -2
View File
@@ -286,8 +286,8 @@ in {
rpc-bind-address = if cfg.vpn.enable then "192.168.15.1" else "127.0.0.1";
rpc-port = cfg.uiPort;
# TODO: fix this for ssh tunneling...
rpc-whitelist-enabled = false;
rpc-whitelist = "192.168.15.1,127.0.0.1,192.168.1.*,192.168.0.*";
rpc-whitelist-enabled = true;
rpc-whitelist = "127.0.0.1,192.168.*";
rpc-authentication-required = false;
blocklist-enabled = true;