Reputation: 11
Wanted to doublecheck some behaviour I'm seeing with pyngrok and ngrok.
Recently I think my companies IT team utilises a DNS service blocking the use of ngrok (reverse tunnel is a security issue) and my pyngrok script suddenly stopped working.
I noticed when I manually run the same configuration + yaml file, it fails the initial connection, same as pyngrok, then it retries the connection utilising Google DNS instead of my local DNS provider and the tunnel forms just fine.
Can I get pyngrok to allow the retry connection and utilise the Google DNS response to build the tunnel with pyngrok as well? I've looked at the API Documentation and there are some hints as to possibly how it could be done but I wasn't sure if it encapsulated ngrok's method of retries or some other way.
I have a video showing exactly what happened which I can try to find a way to upload and share.
Upvotes: 0
Views: 259
Reputation: 11
Fix is discussed on Github here:
https://github.com/alexdlaird/pyngrok/issues/88
Upvotes: 0