From ab31736f73c2350d52c0070af26ae27d7ab5bd57 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 18:42:38 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index d2974d4b7..c9892334a 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -33,13 +33,15 @@ }, "options": { "PUID": 0, - "PGID": 0 + "PGID": 0, + "local_ip_subset": "192.168.178.0/24" }, "schema": { "PUID": "int", "PGID": "int", "certfile": "str?", "keyfile": "str?", + "local_ip_subset": "str?", "TZ": "str?" } }