diff --git a/DnsServerCore/Dns/Applications/DnsServerInternal.cs b/DnsServerCore/Dns/Applications/DnsServerInternal.cs index 74b3413d..e00783a8 100644 --- a/DnsServerCore/Dns/Applications/DnsServerInternal.cs +++ b/DnsServerCore/Dns/Applications/DnsServerInternal.cs @@ -89,6 +89,9 @@ namespace DnsServerCore.Dns.Applications public bool PreferIPv6 { get { return _dnsServer.PreferIPv6; } } + public ushort UdpPayloadSize + { get { return _dnsServer.UdpPayloadSize; } } + #endregion } }