diff --git a/command/agent/config.go b/command/agent/config.go index 2e22dcf98d..fd65d1b424 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -579,6 +579,7 @@ func DevConfig() *Config { conf.EnableDebug = true conf.DisableAnonymousSignature = true conf.EnableUi = true + conf.BindAddr = "127.0.0.1" return conf }