Skip to content

Commit

Permalink
fix(qbit-gluetun): fix healthchecks and check against vpn domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Feb 4, 2025
1 parent ff93f7a commit 395deac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ spec:
FIREWALL_INPUT_PORTS: 80,8388,9999 # 80: WebUI, 8388: Socks Proxy, 9999 Kube Probes
FIREWALL_VPN_INPUT_PORTS: *BT-port
HEALTH_SERVER_ADDRESS: :9999
HEALTH_TARGET_ADDRESS: 9.9.9.9
HEALTH_SUCCESS_WAIT_DURATION: 10s
HEALTH_TARGET_ADDRESS: airvpn.org
PUBLICIP_ENABLED: false
VPN_TYPE: wireguard
VPN_INTERFACE: tun0
VPN_SERVICE_PROVIDER: custom
Expand Down

0 comments on commit 395deac

Please sign in to comment.