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?" } }