diff --git a/DnsServerCore/Dns/ZoneManagers/BlockListZoneManager.cs b/DnsServerCore/Dns/ZoneManagers/BlockListZoneManager.cs index a33a1421..656e220f 100644 --- a/DnsServerCore/Dns/ZoneManagers/BlockListZoneManager.cs +++ b/DnsServerCore/Dns/ZoneManagers/BlockListZoneManager.cs @@ -131,7 +131,7 @@ namespace DnsServerCore.Dns.ZoneManagers if (line == null) break; //eof - line = line.TrimStart(' ', '\t'); + line = line.TrimStart(' ', '\t', '*', '.'); if (line.Length == 0) continue; //skip empty line