Commit Graph

3152 Commits

Author SHA1 Message Date
Shreyas Zare
161eeccb90 Extensions: updated GetRemoteEndPoint() to allow controlling private IP check for x-real-ip header. 2024-11-16 17:20:21 +05:30
Shreyas Zare
50b263c829 main.js: updated code to support reverse proxy network acl option. 2024-11-16 14:12:02 +05:30
Shreyas Zare
e1b456ed28 webapp: updated html for new reverse proxy network acl option. Other minor changes done. 2024-11-16 14:11:34 +05:30
Shreyas Zare
caf79a0044 WebServiceSettingsApi: updated api to support reverse proxy network ACL. 2024-11-16 14:10:21 +05:30
Shreyas Zare
b813a55be2 DnsWebService: updated config code to support new reverse proxy network ACL option. 2024-11-16 13:43:33 +05:30
Shreyas Zare
85c0b39f6e DnsServer: implemented reverse proxy network ACL feature. 2024-11-16 13:39:20 +05:30
Shreyas Zare
f69ebc1f03 code refactoring changes done. 2024-11-16 13:14:48 +05:30
Shreyas Zare
0f83d23e60 updated change log for v13.1.1 release. 2024-11-09 21:15:43 +05:30
Shreyas Zare
082923c2fc assembly version updated to v13.1.1 for release. 2024-11-09 21:15:23 +05:30
Shreyas Zare
5e12d915bb inno: updated version to 13.1.1 2024-11-09 21:14:59 +05:30
Shreyas Zare
5897fe4b07 updated app store json file 2024-11-09 21:14:42 +05:30
Shreyas Zare
a3c98fb57d app assembly version updated for release. 2024-11-09 21:14:23 +05:30
Shreyas Zare
10847b39b8 FilterAaaa: updated InitializeAsync() to update the existing config to include the new option. 2024-11-09 20:20:13 +05:30
Shreyas Zare
050e4c5c6e updated named.root file 2024-11-09 19:49:51 +05:30
Shreyas Zare
4965c739e9 updated root anchors file 2024-11-09 19:48:44 +05:30
Shreyas Zare
04f0069d03 webapp: updated html with changes in UI messages. 2024-11-09 19:48:30 +05:30
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. 2024-11-09 19:47:25 +05:30
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. 2024-11-09 19:45:16 +05:30
Shreyas Zare
76f6108be3 FilterAAAA: updated app docs for new option. 2024-11-09 19:40:17 +05:30
Shreyas Zare
f7b3a0c7b9 DnsRebindingProtection: updated sample config. 2024-11-09 19:39:39 +05:30
Shreyas Zare
2d4853d23c DnsRebindingProtection: added new option to configure bypass networks. 2024-11-09 19:39:14 +05:30
Shreyas Zare
dfb62b172d BlockPageApp: minor change in cache header. 2024-11-09 19:38:00 +05:30
Shreyas Zare
f5ea0c0e01 Merge pull request #1089 from IngmarStein/filter_aaaa_ttl
Filter AAAA: add config option for TTL
2024-11-09 18:41:41 +05:30
Ingmar Stein
b224cb0369 Filter AAAA: add config option for TTL
Add a `defaultTtl` configuration option to set the TTL for use in SOA
records returned by the Filter AAAA app. The default remains at the
previous value of `30`.
2024-10-27 15:14:09 +01:00
Shreyas Zare
d2f046b7f3 updated app store json for FilterAAAA v3 release. 2024-10-26 18:23:37 +05:30
Shreyas Zare
bd10f293af app assembly version updated for release. 2024-10-26 18:23:05 +05:30
Shreyas Zare
248ebae6d5 FilterAaaaApp: updated readme to document new filterDomains config option. 2024-10-26 17:51:10 +05:30
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. 2024-10-26 17:50:26 +05:30
Shreyas Zare
4eb45d254a minor changes. 2024-10-26 17:35:25 +05:30
Shreyas Zare
e22f443e13 zone.js: fixed minor issue in UI code. 2024-10-26 17:34:27 +05:30
Shreyas Zare
2738a4e325 LogManager: updated LoadConfig() to set correct default value for maxLogFileDays. 2024-10-26 17:34:06 +05:30
Shreyas Zare
f7a7011225 AuthZoneManager: Updated LoadZoneFrom() to handle empty zone issue and unload the zone. Code refactoring changes done. 2024-10-26 17:33:07 +05:30
Shreyas Zare
a9b737f286 DnsWebService: Updated LoadConfigFile() to set missing default value for MaxStatFileDays. Updated ReadConfigFrom() and ReadOldConfigFrom() to read MaxStatFileDays value with validation. 2024-10-26 17:31:28 +05:30
Shreyas Zare
493a44d443 StatsManager: Added missing dispose call for cleanup timer. Updated MaxStatFileDays property to do validation and control cleanup timer. 2024-10-26 17:29:48 +05:30
Shreyas Zare
677be95aa1 Merge pull request #1073 from IngmarStein/filter_aaaa_specific_domains
Add `filterDomains` setting to `Filter AAAA` app.
2024-10-26 16:36:48 +05:30
Shreyas Zare
2da35ad779 Merge pull request #1072 from IngmarStein/docs
Add documentation for the Filter AAAA and Split Horizon apps
2024-10-26 16:30:33 +05:30
Shreyas Zare
bdb7feea54 Merge pull request #1085 from IngmarStein/docker-compose-v2
Update docker-compose.yml and docs for Compose V2
2024-10-26 15:40:15 +05:30
Ingmar Stein
a54af89854 Update docker-compose.yml and docs for Compose V2
See https://docs.docker.com/compose/releases/migrate/: Compose V2 was
released in 2020 and V1 stopped receiving updates in July 2023.

The main difference in usage is that the Compose spec doesn't use the
`version` top-level element and `compose` is now a subcommand of
`docker` instead of a standalone program called `docker-compose`.
2024-10-21 20:56:56 +02:00
Shreyas Zare
d3dea06ef3 updated changelog for v13.1 release. 2024-10-19 20:16:29 +05:30
Shreyas Zare
e5edcfa6fc assembly version updated to v13.1 for release. 2024-10-19 20:15:56 +05:30
Shreyas Zare
7337df12a4 inno: updated version to 13.1 2024-10-19 20:15:22 +05:30
Shreyas Zare
7e3ba60e47 inno: updated dotnet to v8.0.10 2024-10-19 20:15:05 +05:30
Shreyas Zare
d3a121eb2c updated apidocs 2024-10-19 20:14:41 +05:30
Shreyas Zare
d2915c0035 Merge pull request #1053 from polarathene/chore/revise-dockerfile
chore: Revise `Dockerfile`
2024-10-19 18:06:06 +05:30
Shreyas Zare
1cb10b9a5d Merge pull request #1080 from josecarre/master
Update README.md with last blog posts
2024-10-19 17:38:40 +05:30
Shreyas Zare
9a4333f160 zone.js: added feature to directly create secondary root zone. Implemented support for new catalog zone notify option. 2024-10-19 17:15:52 +05:30
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. 2024-10-19 17:14:33 +05:30
Shreyas Zare
5c7d5162b1 log.js: updated error message in queryLogs() to explicitly mention the dns app name. 2024-10-19 17:13:28 +05:30
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. 2024-10-19 17:12:53 +05:30
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. 2024-10-19 17:10:15 +05:30