Unverified Commit 9c79102b authored by Matthew Fisher's avatar Matthew Fisher Committed by Adam Reese
Browse files

use 127.0.0.1 instead of localhost

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
}
......
Supports Markdown
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