From b4e72dd2435f5fe02ad879518a0a7f8f8e2ec26b Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 13 Aug 2025 12:16:07 +0200 Subject: [PATCH] [Minor] Drop overzealous regex from hfilter --- src/plugins/lua/hfilter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index 32102e4f8f..7f4d173736 100644 --- a/src/plugins/lua/hfilter.lua +++ b/src/plugins/lua/hfilter.lua @@ -72,7 +72,6 @@ local checks_hellohost = [[ /host[.-][0-9]/i 2 /[.-]ppp[.-]/i 5 /[.-]dhcp[.-]/i 5 -/[.-]comcast[.-]/i 5 /cable[.-][0-9]/i 3 /[-.0-9][0-9][.-]?dial-?up/i 5 /[-.0-9][0-9][.-]?bredband/i 5 -- 2.47.3