Commit Graph

2037 Commits

Author SHA1 Message Date
Shreyas Zare
175a7c5328 Merge branch 'master' of https://github.com/TechnitiumSoftware/DnsServer 2024-03-16 18:19:11 +05:30
Shreyas Zare
885a89f395 assembly version updated to v12.1 for release. 2024-03-16 18:16:43 +05:30
Shreyas Zare
f00cab6e63 minor refactoring changes 2024-03-16 16:14:39 +05:30
Shreyas Zare
72d61df26f zone.js: updated code to support dynamic updates permission for secondary zones. 2024-03-16 15:59:26 +05:30
Shreyas Zare
e0ab0171ea main.js: updated code to support new dns client features, and ECS override feature. 2024-03-16 15:58:24 +05:30
Shreyas Zare
c8060d1e95 updated jquery to v3.7.1 2024-03-16 15:57:01 +05:30
Shreyas Zare
a9118a55eb dhcp.js: updated code to support ignore client identifier option feature. 2024-03-16 15:56:46 +05:30
Shreyas Zare
a1b6f339cd webapp: updated html for new dns client features, EDNS client subnet override feature, and DHCP scope ignore client identifier option feature. 2024-03-16 15:56:08 +05:30
Shreyas Zare
0e61ae387a DnsWebService: updated config code for ECS override feature. 2024-03-16 15:50:11 +05:30
Shreyas Zare
ee38acfef1 WebServiceZonesApi: Updated api for response metadata feature. Updated Zone options api for secondary zone dynamic update permissions. Fixed bug in fwd record update. 2024-03-16 15:46:55 +05:30
Shreyas Zare
775fca0f54 WebServiceSettingsApi: updated api for EDNS client subnet override feature. 2024-03-16 15:45:30 +05:30
Shreyas Zare
42a053b3eb WebServiceDhcpApi: updated api to support ignoreClientIdentifierOption. 2024-03-16 14:02:14 +05:30
Shreyas Zare
4b60404153 WebServiceApi: Updated resolve query api to add ednsClientSubnet option and raw responses feature. 2024-03-16 14:01:38 +05:30
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
Paul Binks
d706c702d6 Grammar corrections 2024-02-25 15:51:56 +00:00
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
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
3bd70f6d2d assembly version updated for release 2024-02-04 21:59:54 +05:30
Shreyas Zare
2e473e1d39 webapp: updated html for new feature support. 2024-02-04 18:11:21 +05:30
Shreyas Zare
98b526e89a zone.js: updated code for ddns support for forwarders. 2024-02-04 18:10:42 +05:30
Shreyas Zare
cc91f87bc1 main.js: updated code for new feature support. 2024-02-04 18:10:04 +05:30
Shreyas Zare
1f91fa3c04 main.css: updated css for dashboard changes. 2024-02-04 18:08:54 +05:30
Shreyas Zare
1175be2f51 WebServiceZonesApi: Added ddns support for forwarder zones. Code refactoring changes done. 2024-02-04 18:08:15 +05:30
Shreyas Zare
16a591c3ed WebServiceSettingsApi: updated API to support new settings options. Fixed issue of block list not reloading immediately in certain cases. Code refactoring changes done. 2024-02-04 18:07:08 +05:30
Shreyas Zare
a811e7ffc6 WebServiceDhcpApi: code refactoring changes done. 2024-02-04 18:05:11 +05:30
Shreyas Zare
844dc7717e WebServiceDashboardApi: updated api to add dropped stats and protocol type chart support. 2024-02-04 18:04:43 +05:30
Shreyas Zare
742cc54240 WebServiceAuthApi: code refactoring changes done. 2024-02-04 18:03:57 +05:30
Shreyas Zare
3e2066b137 WebServiceAppsApi: updated ListInstalledAppsAsync() to log error on app store data download. 2024-02-04 18:03:37 +05:30