use rnex_core::common::setup; #[tokio::main] async fn main() { setup(); proxy::start_secure(ProxyStartupParam::new()).await; }