diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-06 12:27:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-06 12:27:27 -0800 |
commit | a8648b0cb6eed27ba512a7e2fc5b63101d6ac58f (patch) | |
tree | db42a055add24460a434bb72687a57b9627c6e0e /hosts | |
parent | traefik: add transmission (bt.fcuny.xyz) (diff) | |
download | world-a8648b0cb6eed27ba512a7e2fc5b63101d6ac58f.tar.gz |
transmission: disable the rpc allowlist
This is not working as I think, will follow up later.
Diffstat (limited to '')
-rw-r--r-- | hosts/common/server/transmission.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/common/server/transmission.nix b/hosts/common/server/transmission.nix index b32697e..2eae585 100644 --- a/hosts/common/server/transmission.nix +++ b/hosts/common/server/transmission.nix @@ -15,8 +15,7 @@ message-level = 2; rpc-enabled = true; - rpc-whitelist-enabled = true; - rpc-whitelist = "127.0.0.1"; + rpc-host-whitelist-enabled = false; verify-threads = 4; }; }; |