alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

need to support label so that I can use a fix domain for free #110

Closed ILG2021 closed 12 months ago

ILG2021 commented 12 months ago

I can use the command below to create a tunnel with a fix domain: ngrok tunnel --label edge=edghts_2SVNZ4D8Wy3X28dWgQ5qPGjpfO1 http://localhost:80 But I tried many times but failed to realize it on pyngrok. So anyone can tell how to solve this?

github-actions[bot] commented 12 months ago

This is a bug tracker and not a support forum.

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the \"pyngrok\" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

alexdlaird commented 10 months ago

Basic support for ngrok's Cloud Edge is being proposed in PR #117, which should be merged in the next couple days. Then you'll see it in pyngrok 6.1.0.

ILG2021 commented 10 months ago

Basic support for ngrok's Cloud Edge is being proposed in PR #117, which should be merged in the next couple days. Then you'll see it in pyngrok 6.1.0.

Thank you.