expose proxy debug port only on localhost

This commit is contained in:
Willy Kloucek
2022-01-03 08:15:46 +01:00
parent e3bfb66df1
commit c9ee77955d

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{