diff --git a/main/distro/debug/debug.go b/main/distro/debug/debug.go index 6de0312a8..f005c5b37 100644 --- a/main/distro/debug/debug.go +++ b/main/distro/debug/debug.go @@ -5,6 +5,6 @@ import "net/http" func init() { go func() { - http.ListenAndServe("localhost:6060", nil) + http.ListenAndServe(":6060", nil) }() }