use 127.0.0.1 instead of localhost

release-2.7
Matthew Fisher 8 years ago committed by Adam Reese
parent 08c1144f5e
commit 9c79102b03
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -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