wip: implemented backend
This commit is contained in:
parent
de91c7a68f
commit
3c6e4e5757
16 changed files with 1173 additions and 23 deletions
|
|
@ -1,5 +1,6 @@
|
|||
mod proxy_main;
|
||||
mod socket;
|
||||
mod proxy_tls;
|
||||
|
||||
use crate::{globals::Globals, hyper_executor::LocalExecutor};
|
||||
use hyper_util::server::{self, conn::auto::Builder as ConnectionBuilder};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue