Commit History

Author SHA1 Message Date
  Shreyas Zare 0f83d23e60 updated change log for v13.1.1 release. 1 day ago
  Shreyas Zare 082923c2fc assembly version updated to v13.1.1 for release. 1 day ago
  Shreyas Zare 5e12d915bb inno: updated version to 13.1.1 1 day ago
  Shreyas Zare 5897fe4b07 updated app store json file 1 day ago
  Shreyas Zare a3c98fb57d app assembly version updated for release. 1 day ago
  Shreyas Zare 10847b39b8 FilterAaaa: updated InitializeAsync() to update the existing config to include the new option. 1 day ago
  Shreyas Zare 050e4c5c6e updated named.root file 1 day ago
  Shreyas Zare 4965c739e9 updated root anchors file 1 day ago
  Shreyas Zare 04f0069d03 webapp: updated html with changes in UI messages. 1 day ago
  Shreyas Zare eec34756b3 DnsWebService: Fixed issue with admin panel http/3 not working caused due to kestral web server changes. Updated admin web server cache header to avoid issues after server update. 1 day ago
  Shreyas Zare 8a98f32d34 DnsServer: fixed issue with DoH/3 not working caused due to kestral web server changes. Fixed issue in ProcessAPPAsync() that did not check for secondary forwarder. Updated DoH cache header to avoid caching issues after server upgrade. Code refactoring changes done. 1 day ago
  Shreyas Zare 76f6108be3 FilterAAAA: updated app docs for new option. 1 day ago
  Shreyas Zare f7b3a0c7b9 DnsRebindingProtection: updated sample config. 1 day ago
  Shreyas Zare 2d4853d23c DnsRebindingProtection: added new option to configure bypass networks. 1 day ago
  Shreyas Zare dfb62b172d BlockPageApp: minor change in cache header. 1 day ago
  Shreyas Zare f5ea0c0e01 Merge pull request #1089 from IngmarStein/filter_aaaa_ttl 1 day ago
  Ingmar Stein b224cb0369 Filter AAAA: add config option for TTL 2 weeks ago
  Shreyas Zare d2f046b7f3 updated app store json for FilterAAAA v3 release. 2 weeks ago
  Shreyas Zare bd10f293af app assembly version updated for release. 2 weeks ago
  Shreyas Zare 248ebae6d5 FilterAaaaApp: updated readme to document new `filterDomains` config option. 2 weeks ago
  Shreyas Zare a2880c0d6b FilterAaaa: updated InitializeAsync() to update config json with new `filterDomains` array in existing installations. Updated PostProcessAsync() to move the filterDomains feature code after bypassDomains code. 2 weeks ago
  Shreyas Zare 4eb45d254a minor changes. 2 weeks ago
  Shreyas Zare e22f443e13 zone.js: fixed minor issue in UI code. 2 weeks ago
  Shreyas Zare 2738a4e325 LogManager: updated LoadConfig() to set correct default value for maxLogFileDays. 2 weeks ago
  Shreyas Zare f7a7011225 AuthZoneManager: Updated LoadZoneFrom() to handle empty zone issue and unload the zone. Code refactoring changes done. 2 weeks ago
  Shreyas Zare a9b737f286 DnsWebService: Updated LoadConfigFile() to set missing default value for MaxStatFileDays. Updated ReadConfigFrom() and ReadOldConfigFrom() to read MaxStatFileDays value with validation. 2 weeks ago
  Shreyas Zare 493a44d443 StatsManager: Added missing dispose call for cleanup timer. Updated MaxStatFileDays property to do validation and control cleanup timer. 2 weeks ago
  Shreyas Zare 677be95aa1 Merge pull request #1073 from IngmarStein/filter_aaaa_specific_domains 2 weeks ago
  Shreyas Zare 2da35ad779 Merge pull request #1072 from IngmarStein/docs 2 weeks ago
  Shreyas Zare bdb7feea54 Merge pull request #1085 from IngmarStein/docker-compose-v2 2 weeks ago
  Ingmar Stein a54af89854 Update docker-compose.yml and docs for Compose V2 2 weeks ago
  Shreyas Zare d3dea06ef3 updated changelog for v13.1 release. 3 weeks ago
  Shreyas Zare e5edcfa6fc assembly version updated to v13.1 for release. 3 weeks ago
  Shreyas Zare 7337df12a4 inno: updated version to 13.1 3 weeks ago
  Shreyas Zare 7e3ba60e47 inno: updated dotnet to v8.0.10 3 weeks ago
  Shreyas Zare d3a121eb2c updated apidocs 3 weeks ago
  Shreyas Zare d2915c0035 Merge pull request #1053 from polarathene/chore/revise-dockerfile 3 weeks ago
  Shreyas Zare 1cb10b9a5d Merge pull request #1080 from josecarre/master 3 weeks ago
  Shreyas Zare 9a4333f160 zone.js: added feature to directly create secondary root zone. Implemented support for new catalog zone notify option. 3 weeks ago
  Shreyas Zare b07ab2bf82 main.js: updated implementation to support new custom real ip header option for admin web service and DoH, and blocking answer ttl option. 3 weeks ago
  Shreyas Zare 5c7d5162b1 log.js: updated error message in queryLogs() to explicitly mention the dns app name. 3 weeks ago
  Shreyas Zare a2debc645a webapp: updated html to support new custom real ip headers feature for admin web service and DoH. Added support for blocking answer ttl option. Added support for secondary root zone option. Added support for new notify option for catalog zones. Other minor changes done. 3 weeks ago
  Shreyas Zare 0cb309c377 WebServiceZonesApi: updated ListZones() implementation to do pagination task directly. Updated ListCatalogZones() and GetZoneOptions() to use new GetCatalogZones() call. Updated CreateZoneAsync() and SetZoneOptions() to add missing catalog zone permission check. Updated GetZoneOptions() and SetZoneOptions() to support new notify option for catalog zones. Code refactoring changes done. 3 weeks ago
  Shreyas Zare 8fd927400d WebServiceSettingsApi: updated settings api to support custom real ip header feature for admin web server and DoH, and blocking answer ttl option. Updated SetDnsSettings() to add support for new options and add validation checks. Code refactoring changes done. 3 weeks ago
  Shreyas Zare 825b4db69a code refactoring changes 3 weeks ago
  Shreyas Zare 61d9cc6c6d LogManager: added validation check for LogFolder property. 3 weeks ago
  Shreyas Zare 0a4eeb9ced DnsWebService: implemented custom real ip header feature for admin web service. Updated config code to save/load new options. 3 weeks ago
  Shreyas Zare 56b7934644 Extensions: updated GetRemoteEndPoint() method to support custom real ip header feature. 3 weeks ago
  Shreyas Zare c7ce7077c5 DnsServer: implemented support for custom real ip header for DoH. Implemented blocking answer ttl feature. Fixed minor issue with rate limiting detection logging feature. Fixed minor issue with DoH start process. Added missing validation checks for optional protocol port properties. Code refactoring changes done. 3 weeks ago
  Shreyas Zare b6b4877c91 StubZone: updated error message description. 3 weeks ago