Commit Graph

2864 Commits

Author SHA1 Message Date
Shreyas Zare
beb9ff2546 DnsWebService: added DNS_SERVER_WEB_SERVICE_LOCAL_ADDRESSES environment variable. 2024-03-16 14:00:11 +05:30
Shreyas Zare
b9986f1501 DnsServer: Implemented EDNS Client Subnet override feature. Updated ProcessUpdateQueryAsync() to check for update permissions for secondary zone. Updated serve stale to wait for max 1800ms. Code refactoring done. 2024-03-16 13:59:22 +05:30
Shreyas Zare
9f6e7d7145 SecondaryZone: Updated RefreshZoneAsync() to retry with axfr for refused rcode. Updated zone to allow dynamic updates config. 2024-03-16 13:46:03 +05:30
Shreyas Zare
eaf96b24c0 CacheZone: code refactoring done. 2024-03-16 13:43:31 +05:30
Shreyas Zare
eae9568290 CacheZoneManager: Implemented response metadata feature. Fixed minor bugs. Code refactoring done. 2024-03-16 13:31:52 +05:30
Shreyas Zare
6489c9828c ZoneTree: fixed wildcard matching bug in FindZoneNode(). 2024-03-16 13:27:38 +05:30
Shreyas Zare
332b64e6c2 CacheRecordInfo: added response metadata feature. 2024-03-16 13:26:55 +05:30
Shreyas Zare
ff6cbfcd54 Scope: implemented ignore client identifier feature. 2024-03-16 13:25:52 +05:30
Shreyas Zare
cfed453bf5 DhcpServer: Updated default scope to use IgnoreClientIdentifierOption option. Updated dhcp log with more details in UpdateDnsAuthZone(). 2024-03-16 13:23:53 +05:30
Shreyas Zare
5b2cd14d22 DhcpMessage: Added GetClientIdentifier() to handle client identifier based on MAC address. 2024-03-16 13:22:36 +05:30
Shreyas Zare
7639eee3bb GeoDistanceApp: updated readme. 2024-03-16 13:17:36 +05:30
Shreyas Zare
ffd2f69893 GeoDistance.MaxMind: Implemented support for ISP/ASN database. 2024-03-16 13:17:14 +05:30
Shreyas Zare
7c5b45e655 GeoDistance.CNAME: Implemented support for ISP/ASN database. 2024-03-16 12:42:10 +05:30
Shreyas Zare
190c408450 GeoDistance.Address: Implemented support for ISP/ASN database. 2024-03-16 12:41:22 +05:30
Shreyas Zare
a5972ed61f GeoCountry: updated readme. 2024-03-16 12:40:32 +05:30
Shreyas Zare
35da179128 GeoCountry.MaxMind: Implemented support for ISP/ASN database. 2024-03-16 12:40:15 +05:30
Shreyas Zare
1c53bd27a6 GeoCountry.CNAME: Implemented support for ISP/ASN database. 2024-03-16 12:39:47 +05:30
Shreyas Zare
421497a2af GeoCountry.Address: Implemented support for ISP/ASN database. 2024-03-16 12:39:21 +05:30
Shreyas Zare
d4d265919f GeoContinentApp: updated readme. 2024-03-16 12:38:39 +05:30
Shreyas Zare
19d550429c GeoContinent.MaxMind: Implemented support for ISP/ASN database. 2024-03-16 12:38:08 +05:30
Shreyas Zare
0690ee72b7 GeoContinent.CNAME: Implemented support for ISP/ASN database. 2024-03-16 12:36:35 +05:30
Shreyas Zare
4d5250babf GeoContinent.Address: Implemented support for ISP/ASN database. 2024-03-16 12:36:12 +05:30
Shreyas Zare
e73b1aabe9 DnsRebindingProtectionApp: minor change. 2024-03-16 12:35:02 +05:30
Shreyas Zare
40b510c59c Dns64App: minor change. 2024-03-16 12:34:45 +05:30
Shreyas Zare
6090efe6fe BlockPageApp: minor change. 2024-03-16 12:34:23 +05:30
Shreyas Zare
958ea66677 zone.js: updated code to support new import zone api option. 2024-02-17 18:15:14 +05:30
Shreyas Zare
696bc5ea91 webapp: updated html to support import zone overwrite soa serial option. 2024-02-17 18:14:22 +05:30
Shreyas Zare
8a4dfe9e67 WebServiceApi: updated ResolveQueryAsync() for ImportRecord() changes. 2024-02-17 18:13:54 +05:30
Shreyas Zare
3e3c3ed2bb WebServiceDhcpApi: updated code for Scope implementation change. 2024-02-17 18:12:54 +05:30
Shreyas Zare
cd34a686b6 WebServiceZonesApi: updated Import Zone API to add support for overwriteSoaSerial option. 2024-02-17 18:12:13 +05:30
Shreyas Zare
c00a2a15a6 DnsServer: updated ProcessConnectionAsync() to read server domain name from TLS request to set it as request local EP. Updated ProcessQuicConnectionAsync() to read target hostname from the QUIC connection to set it as request local EP. 2024-02-17 18:08:04 +05:30
Shreyas Zare
55e51a88b9 SecondaryZone: code refactoring changes done. 2024-02-17 18:05:40 +05:30
Shreyas Zare
872e825189 PrimaryZone: Added SetSoaSerial() to allow setting custom SOA serial. Code refactoring changes done. 2024-02-17 18:05:20 +05:30
Shreyas Zare
9e7d8cde79 ApexZone: code refactoring changes. 2024-02-17 18:04:25 +05:30
Shreyas Zare
de6a630c47 AuthZoneManager: Updated ImportRecords() to add overwriteSoaSerial support to allow setting SOA serial from imported SOA record. 2024-02-17 18:03:39 +05:30
Shreyas Zare
0b5d018968 DhcpServer: updated code for Scope implementation changes. 2024-02-17 18:01:47 +05:30
Shreyas Zare
cc820c7be1 Scope: updated FindThisDnsServerAddress() implementation to check the DNS server local endpoints for selecting This Server address. 2024-02-17 18:00:59 +05:30
Shreyas Zare
9bb62a8eb9 Failover.CNAME: Fixed issue in GetAnswers() to select only A/AAAA type for health check monitoring. 2024-02-17 17:58:22 +05:30
Shreyas Zare
dc5cb68f81 Failover.EmailAlert: updated error message. 2024-02-17 17:57:17 +05:30
Shreyas Zare
4e58641a8f Failover.WebHook: updated error message. 2024-02-17 17:56:45 +05:30
Shreyas Zare
2db9e9ee83 AdvancedForwarding: updated adguard upstream implementation to support multiple forwarders. 2024-02-17 17:22:29 +05:30
Shreyas Zare
a1ec420f83 AdvancedBlocking: updated implementation to support using domain names for local endpoint group map feature which will work with requests over DoT, DoH and DoQ protocols. 2024-02-17 17:18:22 +05:30
Shreyas Zare
05ec6a5da4 updated changelog for v12.0.1 release 2024-02-08 19:29:39 +05:30
Shreyas Zare
04c333f020 inno: setup version updated to 12.0.1 2024-02-08 19:29:16 +05:30
Shreyas Zare
7e3ea9a5a6 assembly version updated to v12.0.1 for release 2024-02-08 19:28:55 +05:30
Shreyas Zare
765723c264 webapp: minor change. 2024-02-08 19:08:18 +05:30
Shreyas Zare
7ed733e8aa ZoneTree: fixed issue with wildcard matching conditions with ENT entries. 2024-02-08 19:07:51 +05:30
Shreyas Zare
874e712d2b updated readme to add blog link 2024-02-05 00:59:30 +05:30
Shreyas Zare
3ba3189bf3 updated changelog for v12.0 2024-02-04 22:01:07 +05:30
Shreyas Zare
e9ff018901 inno: setup version updated to v12.0 2024-02-04 22:00:27 +05:30