Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Using localhost ip
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 8, 2019
1 parent 68fe920 commit a1bef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/secrethub-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
flag.StringVar(&credential, "C", "", "(Required) SecretHub credential")
flag.StringVar(&credentialPassphrase, "P", "", "Passphrase to unlock SecretHub credential")
flag.IntVar(&port, "p", 8080, "Port to listen on")
flag.StringVar(&host, "h", "localhost", "Host to listen on")
flag.StringVar(&host, "h", "127.0.0.1", "Host to listen on")
flag.Parse()

if credential == "" {
Expand Down

0 comments on commit a1bef3f

Please sign in to comment.