mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-21 12:19:57 +00:00
Do not negotiate handshake for extip redirection
This commit is contained in:
parent
6713530fda
commit
3680f2d3b1
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
|
|||
if(!connected){
|
||||
if(cur->type == R_EXTIP){
|
||||
param->sinsl = cur->addr;
|
||||
if(cur->next)continue;
|
||||
return 0;
|
||||
}
|
||||
else if(SAISNULL(&cur->addr) && !*SAPORT(&cur->addr)){
|
||||
if(cur->extuser){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue