```rust use actix::System; use inn_network::{proxy::Proxy, NetWork};
async fn main() { envlogger::initfromenv(envlogger::Env::new().defaultfilteror("debug")); // let sock5 = async { let _ = NetWork.start("127.0.0.1", 4556, || {}).await; }; let httpproxy = async { Proxy::startproxy("127.0.0.1:4557", "ca/ca/cacert.pem", "ca/ca/cakey.pem").await; }; tokio::join!(sock5, http_proxy); System::current().stop(); }
```
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
Inn is licensed as MIT