expose proxy debug port only on localhost

This commit is contained in:
Willy Kloucek
2022-01-03 08:15:46 +01:00
committed by Jörn Friedrich Dreyer
parent 5034e399bb
commit 6dc2d4d74c

View File

@@ -9,7 +9,7 @@ import (
func DefaultConfig() *Config {
return &Config{
Debug: Debug{
Addr: "0.0.0.0:9205",
Addr: "127.0.0.1:9205",
Token: "",
},
HTTP: HTTP{