Skip to content

Commit

Permalink
fix(nixos): add *.local to transmission rpc whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 19, 2023
1 parent 6bfed1a commit 4d6b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/media.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
user = "carlos";
settings = {
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1,192.168.1.*";
rpc-whitelist = "127.0.0.1,192.168.1.*,*.local";
download-dir = "/home/carlos/media";
incomplete-dir = "/home/carlos/media";
};
Expand Down

0 comments on commit 4d6b8c3

Please sign in to comment.