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
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.
2024-10-19 17:05:47 +05:30
Shreyas Zare
825b4db69a
code refactoring changes
2024-10-19 17:03:46 +05:30
Shreyas Zare
61d9cc6c6d
LogManager: added validation check for LogFolder property.
2024-10-19 17:01:54 +05:30
Shreyas Zare
0a4eeb9ced
DnsWebService: implemented custom real ip header feature for admin web service. Updated config code to save/load new options.
2024-10-19 17:01:05 +05:30
Shreyas Zare
56b7934644
Extensions: updated GetRemoteEndPoint() method to support custom real ip header feature.
2024-10-19 16:59:26 +05:30
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.
2024-10-19 16:58:04 +05:30
Shreyas Zare
b6b4877c91
StubZone: updated error message description.
2024-10-19 16:53:19 +05:30
Shreyas Zare
fa800a406a
SecondaryZone: Updated RefreshZoneAsync() to do SOA probe for all cases except for proprietary zone types. Updated Notify to prevent using option valid only for catalog zones. Other minor changes done.
2024-10-19 16:52:52 +05:30
Shreyas Zare
7cf8e14c33
PrimaryZone: fixed issue in GetMaxRecordTtl() and GetMaxRRSigTtl() to check all records in the zone. Updated Notify property to prevent using the option that is valid only for catalog zones. Code refactoring changes done.
2024-10-19 16:51:04 +05:30
Shreyas Zare
fb22196bed
ForwarderZone: overrided Disabled property to control notify. Updated Notify property to only allow catalog zones to use new notify option.
2024-10-19 16:49:17 +05:30
Shreyas Zare
5361533ae0
AuthZoneInfo: updated code to support new notify option for catalog zones.
2024-10-19 16:47:48 +05:30
Shreyas Zare
b5d9f46423
ApexZone: implemented new notify option for separate name servers for catalog and member zones for use with catalog zones.
2024-10-19 16:45:28 +05:30
Shreyas Zare
3f74d95d70
BlockListZoneManager: updated UpdateServerDomain() and Query() to support blocking answer ttl feature.
2024-10-19 16:43:58 +05:30
Shreyas Zare
58fa6c9580
BlockedZoneManager: updated UpdateServerDomain() to support blocking answer ttl feature.
2024-10-19 16:42:00 +05:30
Shreyas Zare
cd64c04a1e
AuthZoneManager: updated UpdateServerDomain() to support blocking answer ttl feature. Added GetZones() and GetCatalogZones() methods. Removed GetZonesPage() method and moved pagination task to api code.
2024-10-19 16:41:17 +05:30
Shreyas Zare
f9edcd67a1
DhcpServer: Updated GetSanitizedHostName() to allow period char.
2024-10-19 16:38:30 +05:30
Josechu
4eaee79001
Update README.md with last blog posts
...
Update README.md with last blog posts
2024-10-18 11:04:16 +02:00
Brennan Kinney
7df9f7a1db
chore: Add Dockerfile to .gitattributes
...
Ensures that a git clone / checkout for Windows users will keep `LF` as the line endings for `Dockerfile`. This is required for the HEREDOC feature to work correctly.
2024-10-17 08:49:03 +13:00
Brennan Kinney
28fd9b5f7c
chore(Dockerfile): Use ADD instead of curl to get libmsquic
2024-10-15 08:12:01 +13:00
Ingmar Stein
8a95b657ee
Add filterDomains setting to Filter AAAA app.
...
This allows filtering `AAAA` records only for specific domains. If
`filterDomains` is empty, all domains (except the ones listed in
`bypassDomains`) will be filtered.
See https://github.com/TechnitiumSoftware/DnsServer/discussions/1016
2024-10-14 08:56:31 +02:00
Ingmar Stein
cde2c21a3c
Add documentation for the Filter AAAA and Split Horizon apps.
2024-10-13 15:16:08 +02:00
Shreyas Zare
4ec02fb762
updated changelog for v13.0.2 release.
2024-09-28 17:39:50 +05:30
Shreyas Zare
968e702d12
assembly version updated to v13.0.2 for release.
2024-09-28 17:39:15 +05:30
Shreyas Zare
c75c3965c8
inno: updated version to 13.0.2
2024-09-28 17:38:46 +05:30
Shreyas Zare
23b1c17c0b
updated docker env vars to add new parameter.
2024-09-28 16:18:03 +05:30
Shreyas Zare
789ee5af11
updated docker-compose to add new parameter.
2024-09-28 16:17:13 +05:30
Shreyas Zare
4ca65bd123
webapp: updated help instructions.
2024-09-28 16:16:22 +05:30
Shreyas Zare
bdb01b26b7
main.js: fixed dashboard main chart label issue which displayed wrong labels for last week, last month, and last year for some timezones.
2024-09-28 16:15:04 +05:30