mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
expose proxy debug port only on localhost
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user