switch proxies to from scracth
This commit is contained in:
parent
2122b8dd6c
commit
d483b230e4
3 changed files with 5 additions and 12 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue