Skip to content

Commit

Permalink
disable healthcheck by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Oct 3, 2024
1 parent ed9641a commit 0531bfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions includes/wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
-e VPN_AUTO_PORT_FORWARD_TO_PORTS="" \ #(15)
-e VPN_KEEP_LOCAL_DNS="false" \ #(10)
-e VPN_FIREWALL_TYPE="auto" \ #(17)
-e VPN_HEALTHCHECK_ENABLED="true" \
-e VPN_HEALTHCHECK_ENABLED="false" \
-e PRIVOXY_ENABLED="false" \
-e UNBOUND_ENABLED="false" \ #(16)
--cap-add=NET_ADMIN \
Expand Down Expand Up @@ -61,7 +61,7 @@
- VPN_AUTO_PORT_FORWARD_TO_PORTS= #(15)
- VPN_KEEP_LOCAL_DNS=false #(10)
- VPN_FIREWALL_TYPE=auto #(17)
- VPN_HEALTHCHECK_ENABLED=true
- VPN_HEALTHCHECK_ENABLED=false
- PRIVOXY_ENABLED=false
- UNBOUND_ENABLED=false #(16)
cap_add:
Expand Down Expand Up @@ -93,7 +93,7 @@
-e VPN_AUTO_PORT_FORWARD_TO_PORTS="" \ #(15)
-e VPN_KEEP_LOCAL_DNS="false" \ #(10)
-e VPN_FIREWALL_TYPE="auto" \ #(17)
-e VPN_HEALTHCHECK_ENABLED="true" \
-e VPN_HEALTHCHECK_ENABLED="false" \
-e PRIVOXY_ENABLED="false" \
-e UNBOUND_ENABLED="false" \ #(16)
--cap-add=NET_ADMIN \
Expand Down Expand Up @@ -122,7 +122,7 @@
- VPN_AUTO_PORT_FORWARD_TO_PORTS= #(15)
- VPN_KEEP_LOCAL_DNS=false #(10)
- VPN_FIREWALL_TYPE=auto #(17)
- VPN_HEALTHCHECK_ENABLED=true
- VPN_HEALTHCHECK_ENABLED=false
- PRIVOXY_ENABLED=false
- UNBOUND_ENABLED=false #(16)
cap_add:
Expand Down Expand Up @@ -154,7 +154,7 @@
-e VPN_AUTO_PORT_FORWARD_TO_PORTS="" \ #(15)
-e VPN_KEEP_LOCAL_DNS="false" \ #(10)
-e VPN_FIREWALL_TYPE="auto" \ #(17)
-e VPN_HEALTHCHECK_ENABLED="true" \
-e VPN_HEALTHCHECK_ENABLED="false" \
-e VPN_PIA_USER="" \ #(11)
-e VPN_PIA_PASS="" \
-e VPN_PIA_PREFERRED_REGION="" \ #(7)
Expand Down Expand Up @@ -188,7 +188,7 @@
- VPN_AUTO_PORT_FORWARD_TO_PORTS= #(15)
- VPN_KEEP_LOCAL_DNS=false #(10)
- VPN_FIREWALL_TYPE=auto #(17)
- VPN_HEALTHCHECK_ENABLED=true
- VPN_HEALTHCHECK_ENABLED=false
- VPN_PIA_USER #(11)
- VPN_PIA_PASS
- VPN_PIA_PREFERRED_REGION #(7)
Expand Down

0 comments on commit 0531bfa

Please sign in to comment.