Browse Source

update the default ngrokd endpoint

Alan Shreve 12 years ago
parent
commit
b3eb99f457
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ngrok/client/cli.go

+ 2 - 2
src/ngrok/client/cli.go

@@ -99,8 +99,8 @@ func parseArgs() *Options {
 
 	server := flag.String(
 		"server",
-		"ngrok.com:4443",
-		"The remote ngrok server")
+		"ngrokd.ngrok.com:443",
+		"Address of the remote ngrokd server")
 
 	httpAuth := flag.String(
 		"httpauth",