diff --git a/pkg/cli/options/corredor.go b/pkg/cli/options/corredor.go index bf80cabda..ea352e377 100644 --- a/pkg/cli/options/corredor.go +++ b/pkg/cli/options/corredor.go @@ -25,7 +25,7 @@ type ( func Corredor(pfix string) (o *CorredorOpt) { o = &CorredorOpt{ - Enabled: false, + Enabled: true, Addr: "corredor:80", MaxBackoffDelay: time.Minute, Log: false,