mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
minor code refactoring change.
This commit is contained in:
@@ -2368,7 +2368,7 @@ namespace DnsServerCore.Dns.Zones
|
||||
private uint GetSignatureValidityPeriod()
|
||||
{
|
||||
//SOA EXPIRE + 3 days
|
||||
return (_entries[DnsResourceRecordType.SOA][0].RDATA as DnsSOARecordData).Expire + (3 * 24 * 60 * 60);
|
||||
return GetZoneSoaExpire() + (3 * 24 * 60 * 60);
|
||||
}
|
||||
|
||||
internal DateTime GetKskDnsKeyStateReadyBy(DnssecPrivateKey privateKey)
|
||||
|
||||
Reference in New Issue
Block a user