Skip to content

Commit

Permalink
feat(nixos): transmission host whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 21, 2023
1 parent e4f9368 commit 65836c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion machines/media.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
user = "carlos";
settings = {
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1,192.168.1.*,*.local";
rpc-whitelist = "127.0.0.1,192.168.1.*";
rpc-host-whitelist = "media.local";
rpc-host-whitelist-enabled = true;
download-dir = "/home/carlos/media";
incomplete-dir = "/home/carlos/media";
};
Expand Down

0 comments on commit 65836c0

Please sign in to comment.