From e3f2595ab4eb2b7dbaefcb5b7f675dfedcbd43c5 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 6 Jul 2017 14:45:44 -0500 Subject: [PATCH] Modify default clutch bind port --- deps/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/settings.json b/deps/settings.json index 63480a9..f2f9ed3 100644 --- a/deps/settings.json +++ b/deps/settings.json @@ -47,7 +47,7 @@ "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "admin", - "rpc-whitelist": "127.0.0.1", + "rpc-whitelist": "0.0.0.0", "rpc-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": false,