about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-06 12:27:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-06 12:27:27 -0800
commita8648b0cb6eed27ba512a7e2fc5b63101d6ac58f (patch)
treedb42a055add24460a434bb72687a57b9627c6e0e
parenttraefik: add transmission (bt.fcuny.xyz) (diff)
downloadworld-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.nix3
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;
     };
   };