Skip to content

Commit

Permalink
Transmission: Added rpc-whitelist, works now, need to keep nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Mar 4, 2024
1 parent 21a32be commit 190a33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixarr/transmission/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 190a33f

Please sign in to comment.