EXAMPLES:
ngrok http 80 # secure public URL for port 80 web server
ngrok http -subdomain=baz 8080 # port 8080 available at baz.ngrok.io
ngrok http foo.dev:80 # tunnel to host:port instead of localhost
ngrok tcp 22 # tunnel arbitrary TCP traffic to port 22
ngrok http 80 # secure public URL for port 80 web server
ngrok http -subdomain=baz 8080 # port 8080 available at baz.ngrok.io
ngrok http foo.dev:80 # tunnel to host:port instead of localhost
ngrok tcp 22 # tunnel arbitrary TCP traffic to port 22
2015-04-26
ngrok -config ngrok.cfg -subdomain example2 8080
在ngrok的新版本中,这个命令是不是不能用了
help中没有config这个参数
在ngrok的新版本中,这个命令是不是不能用了
help中没有config这个参数
2015-04-26