DnsServerInternal: implemented new interface changes.

This commit is contained in:
Shreyas Zare
2022-11-12 17:17:09 +05:30
parent d3e17256b3
commit 5158ec77b7

View File

@@ -89,6 +89,9 @@ namespace DnsServerCore.Dns.Applications
public bool PreferIPv6
{ get { return _dnsServer.PreferIPv6; } }
public ushort UdpPayloadSize
{ get { return _dnsServer.UdpPayloadSize; } }
#endregion
}
}