mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-04 19:53:12 +08:00
Support tlspr in auto
This commit is contained in:
parent
00b3e02e05
commit
7888502cd5
@ -23,6 +23,7 @@ void * autochild(struct clientparam* param) {
|
||||
dolog(param, (unsigned char *)"");
|
||||
}
|
||||
if(*param->clibuf == 4 || *param->clibuf == 5) return sockschild(param);
|
||||
if(*param->clibuf == 22) return tlsprchild(param);
|
||||
return proxychild(param);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user