News
v0.4.2 Beta Released
2023-06-01
- Fixed: Reverse zone subnet selection menu is now working properly
- Fixed: Fixed crash during first-time database setup
- Enhancement: Underscores are now allowed in zone names
- Enhancement: TLD zone names are now allowed
- Updated frontend dependencies
v0.4.1 Beta Released
2021-08-03
- Fixed: Forwarder group was added to new authoritative zones
- Fixed: Older authoritative zones couldn't be edited
v0.4.0 Beta Released
2021-03-04
- Added: Switch to update PTR record when editing A-Records
- Added: Samples for CSV imports can be downloaded from the file upload dialog
- Added: Forwarding zones can now be edited
- Added: Forward Group column in zone overview table
- Added: "Network" column in zone overview table, displaying IPv4 network address for reverse lookup zones
- Change: NS Group column and Master column were joined to a single column in zone overview table
- Change: Renamed 'Sync Zone' function to 'Re-Import Zone' to avoid confusion with config rollout/sync
- Change: Minor visual enhancements for the login dialog
- Change: Updated frontend engine to React 17
- Fixed: Sync Zone function can result in empty zone if zone has more than 199 records
- Fixed: sync_required flag was set for unmanaged primary servers, causing permanet "sync required" overall state
- Fixed: PTR records with trailing dot in target domain couldn't be added
- Fixed: Blank page error message (could not get ...) when trying to refresh page
v0.3.4 Beta Released
2021-01-14
- Fixed: custom NS records couldn't be created due to bug in sanity check
- Fixed: forward zones were created as master zones in bing config
v0.3.3 Beta Released
2021-01-04
- Temporarily disabled content security policy in helmet module
- Enhanced webserver initialization method
v0.3.2 Beta Released
2021-01-03
- Fixed crash when loading TLS certificate due to strict policy in helmet module
- Fixed missing allow-transfer and also-notify statements for slave zones with alternative primary
- Removed some unnecessary build dependencies
v0.3.1 Beta Released
2020-12-29
- Added command to set proper file/dir permissions to managed config guide
- Added troubleshooting hints for connectivity issues to managed config guide
- Fixed a misleading default value in auth.yml for ldap user mappings
- Fixed crash during LDAP authentication when multiple mappings matched
- Fixed broken validation for new forwarding zones that are manually created
- Fixed missing default selection of ns/fwd group in zone creation dialog
- Fixed alternative zonetransfer source option being ignored in generated configs
v0.3.0 Beta Released
2020-12-23
- Added support for creating reverse zones using CIDR network names instead of FQDN
- Added function to auto-create corresponding PTR-Records when adding A-Records
- Added option to upload multiple files for import
- Added error counter for the importer when 'skip errors' option is used
- Added support for Forwarding Zones when importing from a Bind config file
- Zones and record tables are sorted ascending (by name) by default now
- Fixed records table allowing to delete system-generated NS records
- Fixed the records importer ignoring the 'ignore NS records' option
- Fixed an issue in the config parser for zone files preventing importing @-records
- Fixed an issue in the config parser for zone files resulting in double records
v0.2.3 Beta Released
2020-12-20
- Fixed error when trying to import more than 999 records from a single zonefile
- Fixed bad filename issue in zone 'sync' function
v0.2.2 Beta Released
2020-12-17
- Fixed issue when loading local assets with relatie paths
- Fixed login issue when active directory auth was disabled
- Fixed website loading problem when only http is used
v0.2.1 Beta Released
2020-12-14
- Fixed bad variable reference in database creation routine
- Changed relative paths to assets using process.cwd() function
v0.2.0 Beta Released
2020-12-11
- Refactored backend code to be more modular
- Added database stats to Dashboard
- Fixed an issue importing records from a zonefile with empty name
- Fixed missing controls for forwarding zones
- Fixed minor UI issue in import/upload dialog
v0.1.0 Beta Released
2020-11-21
Today, the first public release of DnsNM goes live.