Lochnair / xt_tls

Filter TLS traffic with IPtables
GNU General Public License v3.0
230 stars 46 forks source link

Case insensitive matching? #32

Open adminBCI opened 4 years ago

adminBCI commented 4 years ago

How to do case insensitive matching of hostnames?

regnarg commented 4 years ago

As glob is used for matching, you can make a pattern such as [Dd][Oo][Mm][Aa][Ii][Nn].[Tt][Ll][Dd]. It is a bit ugly but seems to work. However, I think case insensitive matching should be the default.