Support tlspr in auto

This commit is contained in:
Vladimir Dubrovin 2025-03-15 13:02:46 +03:00
parent 00b3e02e05
commit 7888502cd5

View File

@ -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);
}