Shreyas Zare
|
cb39e0e9b1
updated changelog for v8.1.3 release.
|
2 years ago |
Shreyas Zare
|
63a708c28a
assembly version updated to v8.1.3 for release
|
2 years ago |
Shreyas Zare
|
2137c7d9aa
inno: updated version to 8.1.3
|
2 years ago |
Shreyas Zare
|
b7cd2df944
Merge pull request #405 from libDarkstreet/patch-1
|
2 years ago |
Shreyas Zare
|
6bce6f34cc
webapp: added OpenDNS DoH end points to DNS Client and Forwarder.
|
2 years ago |
Kristóf
|
34375f095e
Better Source Port randomization
|
2 years ago |
Shreyas Zare
|
fb619ee722
assembly version updated for release
|
2 years ago |
Shreyas Zare
|
c3f711ced2
assembly version updated for release
|
2 years ago |
Shreyas Zare
|
ef8c350e00
updated changelog
|
2 years ago |
Shreyas Zare
|
ab5c3b05ba
inno: updated setup version to v8.1.2
|
2 years ago |
Shreyas Zare
|
e16ff56532
updated apidocs for delete record and update record calls for MX and SRV record related changes.
|
2 years ago |
Shreyas Zare
|
89a5234fa7
zone.js: updated code for delete and update records as per new api changes for MX and SRV records.
|
2 years ago |
Shreyas Zare
|
4e95380235
DnsWebService: setting default cache maximum entries to 10000.
|
2 years ago |
Shreyas Zare
|
29ac0246e4
WebServiceZonesApi: updated DeleteRecord() and UpdateRecord() for MX and SRV record data changes. Other minor fixes done.
|
2 years ago |
Shreyas Zare
|
4bf104ec85
webapp: minor changes
|
2 years ago |
Shreyas Zare
|
afbbc57da4
DnsServer: updated ProcessDoHRequestAsunc() to remove trailing period from qname for HttpsJson transport protocol. Updated RecursiveResolveAsync() to handle IOException to show correct extended dns error.
|
2 years ago |
Shreyas Zare
|
9b98860e1f
PrimaryZone: Updated AddRecord() to commit change only when record was added to rrset. Updated constructor with minor SOA related changes.
|
2 years ago |
Shreyas Zare
|
d3a89d91a4
AuthZone: updated AddRecord() to add the record to added list after its inserted into the rrset.
|
2 years ago |
Shreyas Zare
|
50fd5e004f
BlockListZoneManager: minor change.
|
2 years ago |
Shreyas Zare
|
e9e99991b7
BlockedZoneManager: minor change.
|
2 years ago |
Shreyas Zare
|
c04e9610c8
AllowedZoneManager: minor change.
|
2 years ago |
Shreyas Zare
|
a677c9428c
AdvancedBlocking.App: minor change.
|
2 years ago |
Shreyas Zare
|
2dbee1f203
NxDomain.App: minor change done.
|
2 years ago |
Shreyas Zare
|
ae0f215650
PrimaryZone: fixed minor issue with Notify and ZoneTransfer properties.
|
2 years ago |
Shreyas Zare
|
e0c39e41c3
PrimaryZone: Updated AddRecord() and UpdateRecord() to correctly get the added and deleted records to commit to history.
|
2 years ago |
Shreyas Zare
|
1d22138e56
AuthZone: fixed AddRecord() implementation to correctly return the added and deleted records due to TTL changes.
|
2 years ago |
Shreyas Zare
|
a963845836
updated changelog for v8.1.1 release.
|
2 years ago |
Shreyas Zare
|
48bb8ee472
inno: updated version to 8.1.1
|
2 years ago |
Shreyas Zare
|
13194bc238
assembly version updated to v8.1.1 for release.
|
2 years ago |
Shreyas Zare
|
0bb1ba2b2d
inno: updated dotnet to v6.0.5
|
2 years ago |
Shreyas Zare
|
e0f9c2fc83
PrimaryZone: correctly implemented DNSSEC key retire timings and other related implementation issues. Code refactoring done.
|
2 years ago |
Shreyas Zare
|
d1d4578559
zone.js: updated getZoneRecordRowHtml() to display ready by date for published DNSKEY records. Other minor UI changes done.
|
2 years ago |
Shreyas Zare
|
f5fa2c3ceb
WebServiceZonesApi: updated WriteRecordAsJson() to add `dnsKeyStateReadyBy` property for primary zones.
|
2 years ago |
Shreyas Zare
|
8ba1f4c9ef
StubZone: updated RefreshTimerCallback() to only use primary name server addresses.
|
2 years ago |
Shreyas Zare
|
671d9dc548
AuthZoneInfo: added ApexZone internal property.
|
2 years ago |
Shreyas Zare
|
b4fe3c701e
AuthZone: updated AddRecord() to use update existing record TTL values to new record TTL value.
|
2 years ago |
Shreyas Zare
|
c5b08ec568
ApexZone: removed unused GetAllNameServerAddressesAsync() method.
|
2 years ago |
Shreyas Zare
|
a47bb8fc24
DnssecPrivateKey: Updated RolloverDays to add one more validation check.
|
2 years ago |
Shreyas Zare
|
9ea77190d3
DnsServer: updated ProcessUdpRequestAsync() to add OPT to truncation response when request has OPT.
|
2 years ago |
Shreyas Zare
|
e8efc412be
updated api docs
|
2 years ago |
Shreyas Zare
|
3b625a6899
zone.js: implemented new zone transfer and notify options. Fixed minor status update issue. Implemented sync failed and notify failed status. Updated DNSKEY default value to 3600.
|
2 years ago |
Shreyas Zare
|
a29969ff85
webapp: updated html to add new zone transfer and notify options. Updated default DNSKEY ttl to 3600. Other minor changes done.
|
2 years ago |
Shreyas Zare
|
b08490e156
WebServiceZonesApi: added WriteZoneInfoAsJson() to write zone info with added notifyFailed and syncFailed properties. Code refactoring done to reuse WriteZoneInfoAsJson() in ListZones(), AddRecord(), GetRecord(), and UpdateRecord().
|
2 years ago |
Shreyas Zare
|
17edbced83
DnsServer: updated ProcessZoneTransferQueryAsync() to implement AllowBothZoneAndSpecifiedNameServers option.
|
2 years ago |
Shreyas Zare
|
69a937e140
StubZone: implemented sync failed feature.
|
2 years ago |
Shreyas Zare
|
1f49d0e153
SecondaryZone: Moved NOTIFY code to ApexZone. Implemented sync failed feature. Fixed Disabled property set method to also handle notify timer.
|
2 years ago |
Shreyas Zare
|
53b92a28c2
PrimaryZone: moved NOTIFY code to ApexZone. Correctly implemented DNSSEC key rollover timing as per rfc7583. Fixed issue in GetDSPublishedPrivateKeys() by deleting cache entry before fetching new DS record. Fixed UpdateDnsKeyTtl() to replace RRSIG when changing TTL and added missing notify trigger.
|
2 years ago |
Shreyas Zare
|
c1a30ce5a0
AuthZoneInfo: added notify failed and sync failed properties.
|
2 years ago |
Shreyas Zare
|
46a86001c4
AuthZone: removed IDisposable implementation.
|
2 years ago |
Shreyas Zare
|
8a2c5b55ba
AuthZoneNode: minor change.
|
2 years ago |