-
**Describe the Bug**
Hi, here https://pyngrok.readthedocs.io/en/latest/_modules/pyngrok/installer.html there is a small issue with OS list. Here ["Darwin", "Linux"] is missing "FreeBSD" and i got "F…
-
It seems like there is a lot of dependencies listed in requirements.txt, which are not being used. Probably from early development.
Did a quick scan-through, and these dependencies seems to be remo…
-
In the integration examples for Flask, Django, and Fast API, development servers spin up two threads—one thread runs the server, the other thread monitors for code changes. When a code change is detec…
-
Ensure versions are bumped in _at least_ `setup.py` and `ngrok.py` to match the new version tag, otherwise build should fail (since the CLI help and/or installation would then be wrong)
-
**Describe the Feature**
I want to be able to download it from AUR, instead of using pip.
For Arch Linux that's recomended practice but i wasn't able to find your package
**Describe Alternative S…
-
By default, when we use `ngrok.connect()` it creates HTTP and HTTPS tunnels at the same time.
After connecting, when we run `ngrok.get_tunnels()` we can see that.
But `ngrok.connect` returns the H…
-
**Describe the Bug**
I have a paid version of ngrok and thus a **reserved hostname** for region **in**. When I try to connect ngrok tunnel following
`public_url = ngrok.connect(options={'hostname'…
-
The region is not being selected on a tcp tunnel despite setting it in the options
` host = ngrok.connect(8080, proto='tcp', options={'region': 'in'})`
this would be equivalent to
`ngrok tcp -reg…
-
Ngrok allows the user to select the region of the connection, as shown in https://ngrok.com/docs#global. It is also possible to select this in command line ngrok. It would be great if there was a way …
-
```
> ngrok.connect({addr: 3000, authtoken: process.env.TOKEN}, function(err){console.log(err)})
undefined
> [Error: {"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err"…