Commit Graph

3112 Commits

Author SHA1 Message Date
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
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
Shreyas Zare
9ce324a377 DnsServer: fixed null ref issue in ProcessZoneTransferQueryAsync() by removing log entries that are not really required. 2024-09-28 16:13:43 +05:30
Shreyas Zare
ceae2bbab0 Scope: updated GetClientFullyQualifiedDomainNameOption() to sanitize hostname before using it to generate client domain name. 2024-09-28 16:11:51 +05:30
Shreyas Zare
8bd1ec3b75 DhcpServer: implemented GetSanitizedHostName() method to sanitize hostname before using it to generate client domain name. 2024-09-28 16:10:59 +05:30
Brennan Kinney
4556ce07b0 chore: Drop support for chiseled base 2024-09-27 16:59:08 +12:00
Shreyas Zare
fe0f6de9db Merge pull request #1044 from elias314/fix-UseSpecifiedNetworks
Change remaining references of UseSpecifiedNetworks to UseSpecifiedNetworkACL
2024-09-25 13:21:09 +05:30
Brennan Kinney
7813d36029 chore: Keep /opt/technitium/dns/ as final WORKDIR 2024-09-25 18:13:34 +12:00
Brennan Kinney
755d684d32 chore(Dockerfile): Migrate to slimmer chiseled image
Reduction in size by over 50%:
- Uncompressed (_local storage_): 270MB => 123MB
- Compressed (_at image registry_): 110MB => 50MB

No longer includes a package manager, shell, or the `dig` DNS utility.
2024-09-25 17:56:07 +12:00
Elias Alvord
9b1de8681a Change remaining references of UseSpecifiedNetworks to UseSpecifiedNetworkACL 2024-09-24 11:43:34 -07:00
Shreyas Zare
632e2b210d Merge branch 'develop' 2024-09-23 19:11:00 +05:30
Shreyas Zare
44df9d4094 updated changelogs for v13.0.1 release. 2024-09-23 19:10:43 +05:30
Shreyas Zare
4a03a0bd9e inno: updated version to v13.0.1. 2024-09-23 19:10:21 +05:30
Shreyas Zare
6cab012a6b assembly version updated to v13.0.1 for release. 2024-09-23 19:10:01 +05:30