- update to include home.arpa on as112 servers
- add additional syntax checking
- Feature: Support mod-rrl when knot is 2.4 or greater
- fix dependencies
- update
get_exported_titles
so it returns a sorted array
- Fix version string in knot 2.x. if hide_version is set to false then version.server queries will recive the string hidden. in future version we should extend this with the abbility to pass a string
- use correct knotc arguments
- use apt::pin to pin knot1 if force_knot is used
- add support for knot 2.x.
- change the name of the remote acl to allow localhost acls in other parts of knot
- Add restart command to check config before restarting
- Remove rouge comma
- updated spec tests
- added gitlab-ci tests
- Remove a sparse comma
- Add acceptance tests to check notifies are working
- Change how we handle exported resources so they are all added/removed in one run
- FIX: never use TSIG for notifies. this was the default in previosu versions. in future versions we will make tsig configueration more flexible
- FIX: missing notify in statments
- Fix a few typos
- Add NOKEY support
- Complete rewrite of the zones hash.
- depricated the old $tsig hash now all hashs have to be defined in $tsisg and then refrenced by name in the remotes
- added new nsd::remotes define. allows you to define data about remote servers and then refrence them by name where ever a zone paramter would require a server e.g. masters, provide_xfrs, notifis etc
- added default_tsig_name. this specifies which nsd::tsig should be used by default
- added default_masters. this specifies an array of nsd::remote to use by default
- added default_provide_xfrs. this specifies an array of nsd::remote to use by default
- fix variable scope for future parser
- Fix refrence to nsd::tsig which should have been knot::tsig
- Fix refrence to nsd::file which should have been knot::file
- add support for slave addresses
- refactor config names and update rspec test
- Add support for exporting nagis check
- Initial Release