mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-04 15:55:32 +00:00
CacheRecordInfo: removed unused feature.
This commit is contained in:
@@ -36,7 +36,6 @@ namespace DnsServerCore.Dns.ResourceRecords
|
||||
IReadOnlyList<DnsResourceRecord> _nsecRecords;
|
||||
NetworkAddress _eDnsClientSubnet;
|
||||
|
||||
bool _conditionalForwardingClientSubnet; //not serialized
|
||||
DateTime _lastUsedOn; //not serialized
|
||||
|
||||
#endregion
|
||||
@@ -189,12 +188,6 @@ namespace DnsServerCore.Dns.ResourceRecords
|
||||
set { _eDnsClientSubnet = value; }
|
||||
}
|
||||
|
||||
public bool ConditionalForwardingClientSubnet
|
||||
{
|
||||
get { return _conditionalForwardingClientSubnet; }
|
||||
set { _conditionalForwardingClientSubnet = value; }
|
||||
}
|
||||
|
||||
public DateTime LastUsedOn
|
||||
{
|
||||
get { return _lastUsedOn; }
|
||||
|
||||
Reference in New Issue
Block a user