ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

adding the root_cas option to SessionBuilder #114

Closed bobzilladev closed 1 month ago

bobzilladev commented 1 month ago

Adds root_cas to SessionBuilder and forward(). Also adds ca_cert and server_addr to forward().

Related to: https://github.com/ngrok/ngrok-rust/issues/141