mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
support -u2 for proxy
This commit is contained in:
parent
f347b37770
commit
cd35215532
@ -552,6 +552,7 @@ for(;;){
|
||||
|
||||
#endif
|
||||
|
||||
if(param->srv->needuser > 1 && !param->username) {RETURN(4);}
|
||||
if((res = (*param->srv->authfunc)(param))) {RETURN(res);}
|
||||
|
||||
if(ftp && param->redirtype != R_HTTP){
|
||||
|
Loading…
Reference in New Issue
Block a user