alexdlaird / pyngrok

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

How to connect a custom domain #120

Closed wxnnvs closed 7 months ago

wxnnvs commented 7 months ago

I have an application running on port 80 I wanted to use a custom domain to serve my app, but i couldn't find anything about it on the documentation

Would it be possible to do something like ngrok.connect(bind_tls=True, domain="example.com")

Thanks in advance

wxnnvs commented 7 months ago

I saw on another issue that i had to use ngrok.connect(hostname="example.com")

github-actions[bot] commented 7 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.