Revert "change(qbittorrent): protonvpn"

This reverts commit 67dccaff4b.
This commit is contained in:
nold 2023-06-04 17:21:47 +02:00
parent 09f686d404
commit 86b8721f36
2 changed files with 18 additions and 13 deletions

View file

@ -10,10 +10,11 @@ apps:
targetRevision: add/qbittorrent targetRevision: add/qbittorrent
path: charts/qbittorrent path: charts/qbittorrent
secrets: secrets:
- name: wireguard - name: vpn-config
keys: keys:
- SERVER_CITIES
- OPENVPN_USER
- WIREGUARD_PRIVATE_KEY - WIREGUARD_PRIVATE_KEY
- WIREGUARD_PUBLIC_KEY
- name: youtubedl - name: youtubedl

View file

@ -84,27 +84,31 @@ addons:
enabled: true enabled: true
env: env:
VPN_SERVICE_PROVIDER: custom VPN_SERVICE_PROVIDER: mullvad
VPN_TYPE: wireguard VPN_TYPE: openvpn
WIREGUARD_ADDRESSES: 10.2.0.2/32 WIREGUARD_ADDRESSES: 10.67.135.224/32
VPN_ENDPOINT_IP: 89.39.104.173
VPN_ENDPOINT_PORT: 51820 # Fix: https://github.com/qdm12/gluetun/issues/1569#issuecomment-1549992099
OPENVPN_CIPHERS: AES-256-GCM
DNS_KEEP_NAMESERVER: "off" DNS_KEEP_NAMESERVER: "on"
DOT: "on" DOT: "on"
FIREWALL: "on" FIREWALL: "on"
FIREWALL_INPUT_PORTS: "8080,8000" FIREWALL_INPUT_PORTS: "8080,8000"
FIREWALL_VPN_INPUT_PORTS: 61086
envFrom: envFrom:
- secretRef: - secretRef:
name: wireguard name: wireguard-config
securityContext: securityContext:
capabilities: capabilities:
add: add:
- NET_ADMIN - NET_ADMIN
additionalContainers: livenessProbe:
qbittorrent-natmap: httpGet:
name: qbittorrent-natmap path: /v1/openvpn/status
image: ghcr.io/soxfor/qbittorrent-natmap port: 8000
initialDelaySeconds: 30
periodSeconds: 30