From 3b394804c57db45997d2fc4dc61741e0605dd602 Mon Sep 17 00:00:00 2001 From: Djeex Date: Tue, 25 Aug 2026 10:30:54 +0000 Subject: [PATCH] Fixed deprecated path in qbittorent.md --- content/3.serveex/5.media/2.qbittorrent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/3.serveex/5.media/2.qbittorrent.md b/content/3.serveex/5.media/2.qbittorrent.md index d672ae7..002d67f 100644 --- a/content/3.serveex/5.media/2.qbittorrent.md +++ b/content/3.serveex/5.media/2.qbittorrent.md @@ -81,7 +81,7 @@ services: - gluetun gluetun: - image: qmcgaw/gluetun:v3.40.1 + image: qmcgaw/gluetun:v3.41.3 container_name: gluetun restart: unless-stopped mem_limit: 4g @@ -150,7 +150,7 @@ Press `i` to edit and enter: ```toml [[roles]] name = "t-anc/GSP-Qbittorent-Gluetun-sync-port-mod" -routes = ["GET /v1/openvpn/portforwarded"] +routes = ["GET /v1/portforward"] auth = "apikey" apikey = "your_key_here" # key you just generated ```