Seokyong Jung
Seokyong Jung
+1. This is my test code. **Server** ``` $ ALLOWED_HOSTS="localhost" CTRL_PORT=50000 PORT=40000 CTRL_TLS_OFF=1 tunnelto_server --verbose Jan 26 17:57:45.594 INFO tunnelto_server: starting server! Jan 26 17:57:45.594 INFO tunnelto_server: started tunnelto server...
To detour the "key" problem, the below code can be modified. ```diff diff --git a/tunnelto_server/src/auth/client_auth.rs b/tunnelto_server/src/auth/client_auth.rs index 8769894..0595435 100644 --- a/tunnelto_server/src/auth/client_auth.rs +++ b/tunnelto_server/src/auth/client_auth.rs @@ -104,7 +104,7 @@ async fn auth_client(...