Browse Source
Merge pull request #5570 from fatalbanana/be_kind_to_comcast
[Minor] Drop overzealous regex from hfilter
pull/5580/head
Vsevolod Stakhov
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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 |
|
|
|
|