mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Fix: TransparentPlugin for *BSD ipfw
This commit is contained in:
parent
acb248c035
commit
2a781c4a9d
@ -51,7 +51,7 @@ static FILTER_ACTION transparent_filter_client(void *fo, struct clientparam * pa
|
|||||||
return REJECT;
|
return REJECT;
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
if(!memcmp(¶m->req, ¶m->sincl,sizeof(param->req))){
|
if(memcmp(¶m->req, ¶m->sincl,sizeof(param->req))){
|
||||||
param->req = param->sincl;
|
param->req = param->sincl;
|
||||||
param->sincl = param->srv->intsa;
|
param->sincl = param->srv->intsa;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user