From b7ce2453cb77958dc22132e0064649f22b696ab1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:30:45 +0200 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 256400302..190e6c6d5 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -71,12 +71,16 @@ "ports": { "59595/tcp": 59595, "59595/udp": 59595, + "6882/tcp": null, + "6882/udp": null, "8080/tcp": 8081 }, "ports_description": { - "6881/tcp": "Peer port", - "6881/udp": "Peer port", - "8080/tcp": "Web UI port (nor required for Ingress)" + "59595/tcp": "Peer port, do not change", + "59595/udp": "Peer port, do not change", + "6882/tcp": "Alternative peer port, do not change", + "6882/udp": "Alternative peer port, do not change", + "8080/tcp": "Web UI port (not required for Ingress)" }, "privileged": [ "SYS_ADMIN",