disabling telemetry

This commit is contained in:
Matt Burchett 2019-07-18 09:00:11 -05:00
parent 4e50a1f1d3
commit 600b64aede

View File

@ -21,6 +21,6 @@ import (
func main() { func main() {
// optional: disable telemetry // optional: disable telemetry
// caddymain.EnableTelemetry = false caddymain.EnableTelemetry = false
caddymain.Run() caddymain.Run()
} }