ngrok tls -hostname=foo.com 443 # TLS traffic for foo.com to port 443
ngrok start foo bar baz # start tunnels from the configuration file
ngrok start foo bar baz # start tunnels from the configuration file
2015-04-26
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
最赞回答 / 徐小程
解决办法:主要是因为缺少xmlpull的jar包。在http://www.xmlpull.org/v1/download/ 下载xmlpull_1_0_5.jar,加载到Eclipse工程中即可。
2015-04-25