mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-29 21:40:52 +03:00
nfqws,tpws: minor comment update
This commit is contained in:
parent
174772e87f
commit
a581e13498
@ -51,7 +51,7 @@ static bool dp_match(struct desync_profile *dp, const struct sockaddr *dest, con
|
|||||||
// profile without hostlist filter wins
|
// profile without hostlist filter wins
|
||||||
return true;
|
return true;
|
||||||
else if (hostname)
|
else if (hostname)
|
||||||
// without known hostname first profile matching l3/l4/l7 filter and without hostlist filter wins
|
// if hostlists are present profile matches only if hostname is known and satisfy profile hostlists
|
||||||
return HostlistCheck(dp, hostname, NULL, true);
|
return HostlistCheck(dp, hostname, NULL, true);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user