Commit Graph

2326 Commits

Author SHA1 Message Date
Shreyas Zare
bd613409cf WebServiceOtherZonesApi: code refactoring changes done. 2023-02-12 13:16:00 +05:30
Shreyas Zare
05c4d96b65 DnsWebService: updated config to remove doh-port80 compatibility option. 2023-02-12 13:15:13 +05:30
Shreyas Zare
8239139015 DnsServer: removed doh-port 80 compatibility option. Updated ProcessBlockedQuery() to support extended dns error for blocked domain report. Updated ProcessRecusriveQueryAsync() to support new response types. Updated RecursiveResolveAsync() to use new ResolveDnsCache object with skip option enabled. Updated PrepareRecursiveResolveResponse() to copy dns client extended errors to get similar response as from cache. 2023-02-12 13:06:27 +05:30
Shreyas Zare
dffda22867 StatsManager: updated code to support new response types. 2023-02-12 13:01:39 +05:30
Shreyas Zare
a154173bcc ResolverPrefetchDnsCache: code refactoring changes. 2023-02-12 13:00:46 +05:30
Shreyas Zare
f0b611fa90 ResolverDnsCache: added option to skip calling app authoritative request handlers. 2023-02-12 13:00:14 +05:30
Shreyas Zare
3dab7b5f4b BlockListZoneManager: implemented extended error report for blocked domain report. 2023-02-12 12:59:07 +05:30
Shreyas Zare
f71c7008b5 code refactoring changes. 2023-02-12 12:57:41 +05:30
Shreyas Zare
06282fc8c0 AuthZoneManager: Implemented zone index to allow paginated access to zones list. 2023-02-12 12:56:09 +05:30
Shreyas Zare
29d35fb022 AuthZoneInfo: implemented Equals() and GetHashCode() methods. 2023-02-12 12:51:19 +05:30
Shreyas Zare
0c9aab4adb AdvancedBlockingApp: updated implementation to disable cname cloaking when a domain is allowed. Added support for extended dns error for blocking report. 2023-02-12 12:01:47 +05:30
Shreyas Zare
2fb02674ca IDnsAppRecordRequestHandler: updated api docs. 2023-02-05 17:34:06 +05:30
Shreyas Zare
1d2823f7c1 solution file update 2023-02-05 17:32:37 +05:30
Shreyas Zare
9c6acf6580 main.js: minor ui changes. 2023-02-05 17:29:02 +05:30
Shreyas Zare
ebc6e5f1f3 DnsServer: merged doh web apps. 2023-02-05 17:21:20 +05:30
Shreyas Zare
4ec000e51c code refactoring changes. 2023-02-05 16:49:41 +05:30
Shreyas Zare
71397056b6 Merge branch 'develop' of https://github.com/TechnitiumSoftware/DnsServer into develop 2023-02-05 16:41:13 +05:30
Shreyas Zare
100ba49b97 updated readme 2023-02-05 16:41:01 +05:30
Shreyas Zare
0ade11e1cf updated apidocs. 2023-02-05 16:39:44 +05:30
Shreyas Zare
1b537279ee zone.js: updated showEditZone() to use new get records api call changes. 2023-02-05 16:38:46 +05:30
Shreyas Zare
b74d6f4f14 webapp: minor html changes. 2023-02-05 16:37:57 +05:30
Shreyas Zare
31aa04c1c5 DnsServer: Updated ProcessConnectionAsync() to add timeout condition for AuthenticateAsServerAsync() call. Updated ProcessAPPAsync() to decide on correct RCODE to be used for response. 2023-02-05 16:37:15 +05:30
Shreyas Zare
33714b2ac2 WebServiceZonesApi: updated GetRecords() api to allow listing all zone records and also list records for the specified domain. Code refactoring done. 2023-02-05 16:35:08 +05:30
Shreyas Zare
73cbff24a0 code refactoring changes. 2023-02-05 16:32:28 +05:30
Shreyas Zare
975bc5d584 BlockListZoneManager: refactored code for optimization. 2023-02-05 16:29:37 +05:30
Shreyas Zare
cb5cd38ef8 code refactoring changes. 2023-02-05 16:29:02 +05:30
Shreyas Zare
ba48a63eb1 AuthZoneManager: split ListAllRecords() into ListAllZoneRecords() and ListAllRecords() for different usages. Code refactoring done. 2023-02-05 16:28:16 +05:30
Shreyas Zare
50cf6fdf2e code refactoring changes. 2023-02-05 16:26:18 +05:30
Shreyas Zare
7f2e2c2720 WildIpApp: updated app to respond with NODATA when no address was parsed to avoid NXDOMAIN response by the dns server. 2023-02-05 16:22:12 +05:30
Shreyas Zare
9c1a5e60ef SplitHorizonApp: code refactoring changes. 2023-02-05 16:12:35 +05:30
Shreyas Zare
d099080ec4 FailoverApp: minor code refactoring changes done. 2023-02-05 16:11:49 +05:30
Shreyas Zare
b1d0432979 DnsBlockListApp: added new app to allow running DNSBL. 2023-02-05 16:10:39 +05:30
Shreyas Zare
84ba6bd5bc Dns64App: code refactoring changes. 2023-02-05 13:54:06 +05:30
Shreyas Zare
c05f8be48e BlockPageApp: updated ProcessConnectionAsync() to set a timeout when authenticating SSL connection. 2023-02-05 13:53:29 +05:30
Shreyas Zare
e049616880 AdvancedForwardingApp: added new app for bulk conditional forwarding support. 2023-02-05 13:52:16 +05:30
Shreyas Zare
4765eb92d3 AdvancedBlockingApp: code refactoring changes done. 2023-02-05 13:50:41 +05:30
Shreyas Zare
91cd93364d Merge pull request #542 from TechnitiumSoftware/sponsor-update
Sponsor update
2023-01-28 18:25:01 +05:30
Shreyas Zare
116fc007bb Update README.md
fixed minor issue
2023-01-28 18:21:02 +05:30
Shreyas Zare
c9ca61f03a Update README.md
added Altha Technology sponsor
2023-01-28 18:14:23 +05:30
Shreyas Zare
d2a1ba6de0 CacheZone: updated ReadFrom() and ReadEntriesFrom() to avoid loading stale records and empty RR sets. 2023-01-15 18:36:40 +05:30
Shreyas Zare
78e4cd2253 CacheZoneManager: updated LoadCacheZoneFile() to avoid loading empty cache zones. 2023-01-15 18:35:35 +05:30
Shreyas Zare
0e420e5966 webapp: updated html for minor changes. 2023-01-15 18:32:59 +05:30
Shreyas Zare
e25d5c01b2 CacheZoneManager: added log messages for dns cache operations. 2023-01-14 17:37:18 +05:30
Shreyas Zare
6a216e881f WebServiceZonesApi: updated UpdateRecord() to parse SOA primary name servers and convert them to needed transport protocols for secondary and stub zones. 2023-01-14 17:24:42 +05:30
Shreyas Zare
88b4b6c4ea StubZone: Updated CreateAsync() to parse and convert primary name servers to udp transport. Code refactoring done. 2023-01-14 17:23:38 +05:30
Shreyas Zare
2b7c10861d SecondaryZone: updated CreateAsync() to parse primary name server and convert protocol to zone transfer protocol. Updated RefreshZoneAsync() to explicitly change initial probe name servers to udp. Code refactoring done. 2023-01-14 17:22:05 +05:30
Shreyas Zare
ff52ec3653 updated apidocs 2023-01-14 15:37:26 +05:30
Shreyas Zare
4c41414aa1 minor changes 2023-01-14 15:29:22 +05:30
Shreyas Zare
a460ee529f zone.js: updated code to support QUIC. Updated DNSSEC properties to show "ready by" datetime and key item menu code changes. 2023-01-14 15:28:54 +05:30
Shreyas Zare
453816dc05 main.js: updated code for QUIC support. Implemented new settings options. Removed old datetime picker code. Code refactoring changes. 2023-01-14 15:27:03 +05:30