mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 00:07:28 +00:00
DnsServerInternal: implemented new interface changes.
This commit is contained in:
@@ -89,6 +89,9 @@ namespace DnsServerCore.Dns.Applications
|
||||
public bool PreferIPv6
|
||||
{ get { return _dnsServer.PreferIPv6; } }
|
||||
|
||||
public ushort UdpPayloadSize
|
||||
{ get { return _dnsServer.UdpPayloadSize; } }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user