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的新版本中,這個(gè)命令是不是不能用了
help中沒有config這個(gè)參數(shù)
在ngrok的新版本中,這個(gè)命令是不是不能用了
help中沒有config這個(gè)參數(shù)
2015-04-26
最贊回答 / 徐小程
解決辦法:主要是因?yàn)槿鄙賦mlpull的jar包。在http://www.xmlpull.org/v1/download/ 下載xmlpull_1_0_5.jar,加載到Eclipse工程中即可。
2015-04-25