Commit Graph

2058 Commits

Author SHA1 Message Date
Shreyas Zare
9099bfde68 WebServiceZonesApi: Added support for split text option in TXT record and new NAPTR record. 2024-05-19 16:40:40 +05:30
Shreyas Zare
81b797485d WebServiceSettingsApi: Added support for new settings options in api. 2024-05-19 16:26:07 +05:30
Shreyas Zare
449d4c92b1 WebServiceDashboardApi: Added more optional parameters for top stats api. 2024-05-19 16:12:54 +05:30
Shreyas Zare
95b3bcacab DnsWebService: implemented delayed save feature. Implemented custom https redirection middleware to preseve same hostname in redirection url. Added support for .p12 cert extension. Updated self signed cert implementation to use specific file name. Set NS Revalidation to false since many popular domains fail to resolve due to they being misconfigured. Updated config file to add support for new options. 2024-05-19 16:08:35 +05:30
Shreyas Zare
b679fbcab9 DnsServer: added option to specify default responsible person for zones. Updated serve stale feature implementation to make serve stale max wait time variable configurable. Code refactoring changes done. 2024-05-19 15:13:35 +05:30
Shreyas Zare
5a32f0452a LogManager: implemented delayed save feature. 2024-05-19 15:10:17 +05:30
Shreyas Zare
3cc1fa49ed StatsManager: updated implementation to handle rate limited dropped stats separately from other drop cases. 2024-05-19 15:09:15 +05:30
Shreyas Zare
44e9126b30 ResolverPrefetchDnsCache: implemented IDnsCache changes. 2024-05-19 15:07:16 +05:30
Shreyas Zare
0ec837d872 ResolverDnsCache: implemented IDnsCache changes. 2024-05-19 15:06:54 +05:30
Shreyas Zare
d4218a189c PrimaryZone: updated implementation to use default responsible person config. Code refactoring done. 2024-05-19 15:06:25 +05:30
Shreyas Zare
5b14987a2e CacheZoneManager: added support for configuring serve stale answer and reset ttl. Updated Query() to split serve stale and reset expiry features. 2024-05-19 15:05:41 +05:30
Shreyas Zare
f0c24092fc AuthZoneManager: implemented delayed save feature. Code refactoring done. 2024-05-19 15:02:59 +05:30
Shreyas Zare
1e78770ce3 BlockListZoneManager: code refactoring done. 2024-05-19 15:01:32 +05:30
Shreyas Zare
0292fd1968 BlockedZoneManager: implemented delayed save feature. Code refactoring done. 2024-05-19 15:00:53 +05:30
Shreyas Zare
04709e5971 AllowedZoneManager: implemented delayed save feature. Code refactoring done. 2024-05-19 15:00:00 +05:30
Shreyas Zare
f6dae9a7d9 DnssecPrivateKey: updated SetState() to ignore when state is lower than existing state. 2024-05-19 14:58:59 +05:30
Shreyas Zare
2fbda53c81 DnsServerInternal: updated to implement IDnsServer changes. 2024-05-19 14:56:11 +05:30
Shreyas Zare
c188d0146b DnsApplication: updated implementation to move assembly loading code to DnsApplicationAssemblyLoadContext. Code refactoring done. 2024-05-19 14:55:44 +05:30
Shreyas Zare
ba7e05a450 DnsApplicationAssemblyLoadContext: updated implementation to use AssemblyDependencyResolver. Moved assembly loading code here. Fixed issue with loading alpine musl native dll. 2024-05-19 14:54:29 +05:30
Shreyas Zare
7cefb102ea DhcpServer: Updated implementation to remove delayed save feature for modified auth zones. 2024-05-19 14:51:50 +05:30
Shreyas Zare
f8fe1b5bb6 AuthManager: code refactoring done. 2024-05-19 14:50:43 +05:30
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