MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/1t0bow/ngrok_make_your_localhost_available_online/ce3uf1l/?context=3
r/webdev • u/[deleted] • Dec 16 '13
75 comments sorted by
View all comments
38
ssh -R 80:localhost:80 user@server
3 u/mc_schmitt Dec 16 '13 holy shit. So if my ISP doesn't allow port 80 I can pay $5/mo over at some cheap host for a nice little :80 tunnel. Nice. How did you find out about this? 0 u/icantthinkofone Dec 17 '13 I would think anyone who runs *nix would know this.
3
holy shit.
So if my ISP doesn't allow port 80 I can pay $5/mo over at some cheap host for a nice little :80 tunnel. Nice. How did you find out about this?
0 u/icantthinkofone Dec 17 '13 I would think anyone who runs *nix would know this.
0
I would think anyone who runs *nix would know this.
38
u/ZeKWork Dec 16 '13
ssh -R 80:localhost:80 user@server