switch proxies to from scracth

This commit is contained in:
Maple 2026-01-31 22:04:54 +01:00
commit d483b230e4
3 changed files with 5 additions and 12 deletions

View file

@ -35,7 +35,7 @@ pub async fn start() {
.await
.expect("unable to add socket");
let conn = socket_secure.connect(auth_sockaddr).await.unwrap();
// let conn = socket_secure.connect(auth_sockaddr).await.unwrap();
loop {
let Some(mut conn) = socket_secure.accept().await else {
@ -99,6 +99,4 @@ pub async fn start() {
}
});
}
drop(conn);
}