From a581e13498158d66f70a65795b3a2a84304faf36 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 2 Nov 2024 19:14:20 +0300 Subject: [PATCH] nfqws,tpws: minor comment update --- tpws/tamper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpws/tamper.c b/tpws/tamper.c index 92f3f98..b416d37 100644 --- a/tpws/tamper.c +++ b/tpws/tamper.c @@ -51,7 +51,7 @@ static bool dp_match(struct desync_profile *dp, const struct sockaddr *dest, con // profile without hostlist filter wins return true; 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 false;