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))