Shreyas Zare
|
5735bc6600
Failover App: updated EmailAlert to use dns server to directly resolve queries.
|
3 years ago |
Shreyas Zare
|
712968290e
updated apidocs.
|
3 years ago |
Shreyas Zare
|
05b6e1d1fa
webapp: updated load and save settings code for recursion ACL options.
|
3 years ago |
Shreyas Zare
|
d8a51c2f62
webapp: updated html code for new recursion ACL settings.
|
3 years ago |
Shreyas Zare
|
ace189b56f
DnsWebService: Implemented API support for recursion ACL options. Updated RecolveQuery() method to use new NameServerAddress's ResolveIPAddressAsync() and ResolveDomainNameAsync() methods by passing dns server object to perform internal resolution. Updated config file code for new recursion ACL options.
|
3 years ago |
Shreyas Zare
|
3c15e96ec7
DnsServer: Implemented IDnsClient interface for direct querying. Implemented recursion ACL options.
|
3 years ago |
Shreyas Zare
|
1c424e4a5e
FailoverApp: added project file
|
3 years ago |
Shreyas Zare
|
ee9e62a093
FailoverApp: app code with most features implemented.
|
3 years ago |
Shreyas Zare
|
fbe161a648
webapp: updated apps UI layout.
|
3 years ago |
Shreyas Zare
|
e8eba76ea7
GeoDistanceApp: updated code to load max mind database only once.
|
3 years ago |
Shreyas Zare
|
db59368ca9
GeoCountryApp: updated code to load max mind database only once.
|
3 years ago |
Shreyas Zare
|
c03ce72f36
GeoContinentApp: updated code to load max mind database only once.
|
3 years ago |
Shreyas Zare
|
fb8263ad95
minor change
|
3 years ago |
Shreyas Zare
|
949bc40541
webapp: allowing multi paragraph description for app details.
|
3 years ago |
Shreyas Zare
|
53fc761903
DnsServer: returning ServerFailure when ANAME record fails to resolve any address.
|
3 years ago |
Shreyas Zare
|
1d838af920
minor code refactoring done.
|
3 years ago |
Shreyas Zare
|
776b77a165
DnsServer: updated QueryCache() method with correct condition checks for cache response. Removed reset expiry code for stale records since it was moved to cache zone manager.
|
3 years ago |
Shreyas Zare
|
73094fb692
ResolverPrefetchDnsCache: code refactoring done.
|
3 years ago |
Shreyas Zare
|
889ee022e7
ResolverDnsCache: updated Query() method with correct check conditions for auth and cache response.
|
3 years ago |
Shreyas Zare
|
87738f5c65
CacheZoneManager: updated Query() method with serveStaleAndResetExpiry parameter to handle resetting stale records in one place.
|
3 years ago |
Shreyas Zare
|
486981e7e0
DnsApplicationManager: updated UpdateApplicationAsync() method to avoid overwriting dns app config file while updating the app.
|
3 years ago |
Shreyas Zare
|
3658007c77
StubZone: updated SetRecords() to support comments for SOA record.
|
3 years ago |
Shreyas Zare
|
68fa1685f8
SecondaryZone: updated SetRecords() to support comments for SOA record.
|
3 years ago |
Shreyas Zare
|
96aedcd8d8
PrimaryZone: updated SetRecords() to support comments for SOA record.
|
3 years ago |
Shreyas Zare
|
fec9078129
webapp: implemented comments support in zone.js
|
3 years ago |
Shreyas Zare
|
6b8db352df
webapp: added comments text box to add/edit modal.
|
3 years ago |
Shreyas Zare
|
d8b9a4e010
DnsWebService: added comments support in AddRecord and UpdateRecord.
|
3 years ago |
Shreyas Zare
|
e73af2841f
DnsResourceRecordExtension: added GetComments() and SetComments() extension methods.
|
3 years ago |
Shreyas Zare
|
089d0e2dc6
DnsResourceRecordInfo: added comments property to resource records.
|
3 years ago |
Shreyas Zare
|
547a8b8f0f
assembly version updated for release.
|
3 years ago |
Shreyas Zare
|
12d07610fe
inno: updated setup version to v6.2.3
|
3 years ago |
Shreyas Zare
|
dbb69e7549
updated change log
|
3 years ago |
Shreyas Zare
|
e41ca045d9
GeoDistanceApp: updated readme.
|
3 years ago |
Shreyas Zare
|
4b9fa85773
Updated apps to return shuffled addresses to allow load balancing. Code refactoring done.
|
3 years ago |
Shreyas Zare
|
3c2fa0d75f
apidocs: updated docs for list apps and list store apps.
|
3 years ago |
Shreyas Zare
|
79187c24ad
webapp: updated apps.js to show update notification in the installed apps list with a Store Update button. Also updated the store apps modal to show the app zip file size.
|
3 years ago |
Shreyas Zare
|
d326886ece
DnsWebService: updated list installed apps api to return if a store app has updates available. Updated list store apps to return size of the app zip file.
|
3 years ago |
Shreyas Zare
|
55abc83841
StatsManager: updated module to truncate the daily stats file to top 1000 records to prevent loading large amount of data in memory. Updated code to return top 10 query type stats.
|
3 years ago |
Shreyas Zare
|
58f72ce9ba
LogManager: fixed issue that would set queue cancellation token even when logging is stopped causing the logging thread to block when enabling again.
|
3 years ago |
Shreyas Zare
|
a0d5c2b3fb
updated change log
|
3 years ago |
Shreyas Zare
|
af8cdfae6e
assembly version updated for release
|
3 years ago |
Shreyas Zare
|
63d10f76fa
inno: setup version updated to v6.2.2
|
3 years ago |
Shreyas Zare
|
4949b41e6f
webapp: fixed issue in checkForWebConsoleRedirection() causing redirection when using reverse proxy.
|
3 years ago |
Shreyas Zare
|
948e11ccb2
DnsWebService: added json response for glue records in MX and SRV records.
|
3 years ago |
Shreyas Zare
|
eaa16f93d9
DnsServer: added missing response type tags to reflect correctly in stats. Forcing recursive resolution for delegation. Code refactoring done.
|
3 years ago |
Shreyas Zare
|
c65b4397a2
removed blocklist.txt to avoid overwriting existing file on software update.
|
3 years ago |
Shreyas Zare
|
270db959f2
ResolverPrefetchDnsCache: updated code to check for null.
|
3 years ago |
Shreyas Zare
|
b917bc4518
ResolverDnsCache: updated code to check for null.
|
3 years ago |
Shreyas Zare
|
f006ffb887
CacheZoneManager: added checks to prevent returning root name servers from cache. Code refactoring done.
|
3 years ago |
Shreyas Zare
|
1d48f1a268
AuthZoneManager: code refactoring done.
|
3 years ago |