I have a local web server that I would like to make public but our ISP doesn't allow port forwarding and conventional tunneling services (ngrok, proxylocal, etc.) are much slower than port forwarding is. Any other way to host a server?
Thanks in advance!
61 Answer
This is not possible. If your ISP will not allow you to forward ports (technically or otherwise), then you must use a tunnel (or find a new ISP).
For tunneling, you want to use a VPN; You might have to pay a monthly fee to find one that provides you with acceptable performance. You should be able to find a good VPN for USD$10/mo or less.
Depending on how your ISP routes traffic, tunneling might even make it faster.
1