mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-08 13:00:11 +02:00
Fix FAQ HEALTH_TARGET_ADDRESS default value
+1
-1
@@ -3,7 +3,7 @@
|
||||
## Internal healthcheck
|
||||
|
||||
The internal healthcheck runs from the start of the program, and cannot be disabled.
|
||||
It TCP dials the address specified by `HEALTH_TARGET_ADDRESS`, which defaults to `github.com:443`.
|
||||
It TCP dials the address specified by `HEALTH_TARGET_ADDRESS`, which defaults to `cloudflare.com:443`.
|
||||
The TCP dialing is a small operation which barely exchanges any data, and has a timeout of 3 seconds.
|
||||
|
||||
This internal healthcheck runs on different periods:
|
||||
|
||||
Reference in New Issue
Block a user