Closed nesttle closed 6 months ago
any help with this? I have similar issue, although not with squid specifically
I made it work by using the tcp forwarding: ./ngrok tcp 3128
Thank you for opening this issue! As of April 2016, the ngrok service has permanently moved to https://ngrok.com/. To join the community and file bug reports or feature enhancements for the ngrok agent, please go to https://github.com/ngrok/ngrok.
This repository is no longer actively maintained and will be archived soon to reduce confusion with the latest ngrok versions. We thank you for the continued support of ngrok and look forward to seeing you over at ngrok.com and the ngrok Community Repo.
Hello fols,
On development stage we are using some VPS/RaspPi2 in order to work like a HTTP proxy server/gateway (or SOCKS).
We are using Squid3 + Ngrok 2.1.18, but we are missing something in our setup, hope we can find together the error. Our setuop:
1) ./ngrok http 3128 http://i.imgur.com/u0rgiij.png
2) squid.conf http://i.imgur.com/YSYADCm.png
3) Trying to access using random.ngrok.io:80 = ERROR http://i.imgur.com/snmbAo9.png
4) Trying to access internal raspberrypi:3128 (squid service port) address (connected via ethernet) = OK http://i.imgur.com/UWo6WWR.png
We need to deploy this and must work with *.ngork.com:80 -> our server:3128 (or any other port). Hope we can work on this and we can finally upgrade our plan to premium, since we'll need static/custom address aswell.
Thanks in advance, Nes