From a8648b0cb6eed27ba512a7e2fc5b63101d6ac58f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Mar 2022 12:27:27 -0800 Subject: transmission: disable the rpc allowlist This is not working as I think, will follow up later. --- hosts/common/server/transmission.nix | 3 +-- 1 file changed, 1 insertion(+), 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; }; }; -- cgit 1.4.1