From 97aa261e1454b7f7e2b374086f8d3e5706f5f09c Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 6 Dec 2025 16:18:18 +0300 Subject: [PATCH] winws: always catch http redirect --- nfq2/nfqws.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nfq2/nfqws.c b/nfq2/nfqws.c index 4605674..5e273bb 100644 --- a/nfq2/nfqws.c +++ b/nfq2/nfqws.c @@ -1283,8 +1283,10 @@ static bool wf_make_filter( if (bHaveTCP) { - if (dp_list_have_autohostlist(¶ms.desync_profiles)) - snprintf(wf + strlen(wf), len - strlen(wf), " or\n " DIVERT_HTTP_REDIRECT); +// may be required by orchestrators - always redirect +// if (dp_list_have_autohostlist(¶ms.desync_profiles)) + + snprintf(wf + strlen(wf), len - strlen(wf), " or\n " DIVERT_HTTP_REDIRECT); } if (!LIST_EMPTY(wf_raw_part))