mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
7 lines
152 B
Go
7 lines
152 B
Go
package constants
|
|
|
|
const (
|
|
// HealthcheckAddress is the default listening address for the healthcheck server.
|
|
HealthcheckAddress = "127.0.0.1:9999"
|
|
)
|