mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Allow transparent client proxy with 'parent 1000 extip 0.0.0.0'
This commit is contained in:
parent
95f79e6f02
commit
be5aa53106
@ -252,6 +252,7 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
|
|||||||
if(!connected){
|
if(!connected){
|
||||||
if(cur->type == R_EXTIP){
|
if(cur->type == R_EXTIP){
|
||||||
param->sinsl = cur->addr;
|
param->sinsl = cur->addr;
|
||||||
|
if(SAISNULL(¶m->sinsl))param->sinsl = param->sincr;
|
||||||
if(cur->next)continue;
|
if(cur->next)continue;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user