mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-21 07:14:35 +00:00
StubZone: not adding glue for SOA record as its not required.
This commit is contained in:
@@ -85,7 +85,6 @@ namespace DnsServerCore.Dns.Zones
|
||||
switch (record.Type)
|
||||
{
|
||||
case DnsResourceRecordType.NS:
|
||||
case DnsResourceRecordType.SOA:
|
||||
record.SetGlueRecords(nsResponse.Additional);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user