From 4e63f75753a7796c41e80de7e884212cd5b8b20b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:04:41 +0200 Subject: [PATCH] Add whitelist, user & pass --- transmission/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/transmission/config.json b/transmission/config.json index b4edcb8b1..64ef8da8b 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -34,7 +34,8 @@ "networkdisks": "//ADDRESS/SHARE", "cifsusername": "username", "cifspassword": "password", - "DNS_server": "8.8.8.8,1.1.1.1", + "DNS_server": "8.8.8.8,1.1.1.1", + "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", "localdisks": "sda1" }, "ports": { @@ -60,6 +61,9 @@ "cifspassword": "str?", "DNS_server": "str?", "localdisks": "str?", + "whitelist": "str?", + "user": "str?", + "pass": "str?", "smbv1": "bool?" }, "slug": "transmission_ls",