Browse Source

[Minor] Drop overzealous regex from hfilter

pull/5570/head
Andrew Lewis 3 months ago
parent
commit
b4e72dd243
  1. 1
      src/plugins/lua/hfilter.lua

1
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

Loading…
Cancel
Save