Unverified Commit 6a05a0a3 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3082 from bacongobbler/use-127

use 127.0.0.1 instead of localhost
parents f189e741 1eb96ad9
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment