From 5b497467ddd0b4f44e67e736fa9c6eb14be279fc Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 3 Mar 2021 17:51:30 +0200
Subject: [PATCH] Disable IP whitelisting.

It's done better in the web proxy.
---
 daemon/settings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/settings.json b/daemon/settings.json
index 59ddac8..9df1110 100644
--- a/daemon/settings.json
+++ b/daemon/settings.json
@@ -53,7 +53,7 @@
     "rpc-url": "/transmission/",
     "rpc-username": "transmission",
     "rpc-whitelist": "127.0.0.*,192.168.*.*,10.*.*.*,172.16.*.*,172.17.*.*,172.18.*.*,172.19.*.*,172.2?.*.*,172.30.*.*,172.31.*.*",
-    "rpc-whitelist-enabled": true,
+    "rpc-whitelist-enabled": false,
     "scrape-paused-torrents-enabled": true,
     "script-torrent-done-enabled": false,
     "script-torrent-done-filename": "",
-- 
GitLab