From 7b59e6ca258b63217c372d9aeb509437cb9ca9e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:09:57 +0100 Subject: [PATCH] Activate all ports by default --- qbittorrent/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index a4fb77518..d1720a840 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -73,8 +73,8 @@ "ports": { "59595/tcp": 59595, "59595/udp": 59595, - "6882/tcp": null, - "6882/udp": null, + "6882/tcp": 6882, + "6882/udp": 6882, "8080/tcp": 8081 }, "ports_description": { @@ -117,5 +117,5 @@ }, "slug": "qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.5.0-r1-ls242" + "version": "4.5.0-r1-ls242-2" }