use 127.0.0.1 instead of localhost

pull/3082/head
Matthew Fisher 7 years ago committed by GitHub
parent c5c6e6375b
commit 1eb96ad9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,7 @@ func setupConnection(c *cobra.Command, args []string) error {
return err
}
settings.TillerHost = fmt.Sprintf("localhost:%d", tunnel.Local)
settings.TillerHost = fmt.Sprintf("127.0.0.1:%d", tunnel.Local)
debug("Created tunnel using local port: '%d'\n", tunnel.Local)
}

Loading…
Cancel
Save