ngrok 與 local tunnel
當我們需要將在NAT後面的Server提供給別人連線時,可以用此種proxy服務
1.ngrok
如果要subdomain要付費,可考慮用localtunnel
2.localtunnel
npm install -g localtunnel
$ lt --port 82 --subdomain haha
your url is: https://haha.localtunnel.me
Last updated
Was this helpful?
當我們需要將在NAT後面的Server提供給別人連線時,可以用此種proxy服務
1.ngrok
如果要subdomain要付費,可考慮用localtunnel
2.localtunnel
npm install -g localtunnel
$ lt --port 82 --subdomain haha
your url is: https://haha.localtunnel.me
Last updated
Was this helpful?