ngrok-rust
ngrok-rust copied to clipboard
Embed ngrok secure ingress into your Rust apps with a single line of code.
When using the ngrok CLI agent to connect to a custom server_addr that uses a cert signed by letsencrypt we need to set root_cas: host to allow the agent to...
Significant breakage, since hyper 1.0 introduced significant breakage. Of note: * No more `Accept` trait, and no more hyper-provided server. Examples are all modeled after the axum [serve-with-hyper](https://github.com/tokio-rs/axum/blob/main/examples/serve-with-hyper/src/main.rs) example. *...
I think I'm doing something wrong with my code since it's not actually connecting to my account's tcp endpoint Here's my simple code: ``` use ngrok::prelude::*; use tokio::signal; #[tokio::main] async...
This is mainly a convenience method but there should be an option read the authtoken directly from the config file.
This verifies an http connect proxy works, and since we're making changes around there, it's worth having a basic test to validate it functions.