WireGuard changes for qBittorrent.

This commit is contained in:
2025-07-23 07:44:41 -04:00
parent 41333d3c0e
commit 9bfc4156f6
+5 -1
View File
@@ -4542,6 +4542,7 @@ services:
- SYS_MODULE - SYS_MODULE
container_name: qbittorrentvpn container_name: qbittorrentvpn
environment: environment:
DEBUG: true
ENABLE_PRIVOXY: yes ENABLE_PRIVOXY: yes
ENABLE_SOCKS: yes ENABLE_SOCKS: yes
LAN_NETWORK: 192.168.1.0/24 LAN_NETWORK: 192.168.1.0/24
@@ -4551,7 +4552,7 @@ services:
SOCKS_USER: admin SOCKS_USER: admin
SOCKS_PASS: socks SOCKS_PASS: socks
TZ: ${TZ} TZ: ${TZ}
VPN_CLIENT: openvpn VPN_CLIENT: wireguard
VPN_ENABLED: "yes" VPN_ENABLED: "yes"
VPN_INPUT_PORTS: "" VPN_INPUT_PORTS: ""
VPN_OPTIONS: "" VPN_OPTIONS: ""
@@ -4588,6 +4589,9 @@ services:
- 8118:8118 - 8118:8118
- 9118:9118 - 9118:9118
- 38927:8080 - 38927:8080
privileged: true
sysctls:
net.ipv4.conf.all.src_valid_mark: 1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro