Skip to content

Commit

Permalink
Merge pull request #1928 from msoedov/bind_addr
Browse files Browse the repository at this point in the history
Set default bind address to 127.0.0.1 in development mode
  • Loading branch information
slackpad committed Apr 9, 2016
2 parents a22e655 + 49cc50b commit 16f34bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ func DevConfig() *Config {
conf.EnableDebug = true
conf.DisableAnonymousSignature = true
conf.EnableUi = true
conf.BindAddr = "127.0.0.1"
return conf
}

Expand Down

0 comments on commit 16f34bf

Please sign in to comment.