From 37201d0e1bf34f740455b6a9dcd921c934ee4dc4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 18:57:23 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 518ef9987..8566e442e 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -42,6 +42,7 @@ "ssl": false, "certfile": "/ssl/fullchain.pem", "keyfile": "/ssl/privkey.pem", + "whitelist": "localhost,127.0.0.1,192.168.178.0/24", "PUID": 0, "PGID": 0 }, @@ -49,6 +50,7 @@ "ssl": "bool", "certfile": "str", "keyfile": "str", + "whitelist": "str?", "PUID": "int", "PGID": "int", "localdisks": "str?",