Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Bind to localhost only by default (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjepson committed May 30, 2016
1 parent 471c747 commit cef1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Expand Up @@ -42,7 +42,7 @@ var (
defaultWalletRPCCertFile = filepath.Join(dcrwalletHomeDir, "rpc.cert")
defaultLogDir = filepath.Join(curDir, defaultLogDirname)
defaultHost = "localhost"
defaultHttpServerBind = ""
defaultHttpServerBind = "localhost"
defaultHttpServerPort = 0
defaultHttpUIPath = "webui/"

Expand Down

0 comments on commit cef1a81

Please sign in to comment.