Releases: NicTool/dns-nameserver
Releases · NicTool/dns-nameserver
Release list
0.10.1
0.10.0
- feat(signer/memory): MemorySigner completed. The native engine signs the live zone map in process — NativeNS returns them when the query carries the DO bit.
- feat(dnssec-keys): loads BIND-format keysets into node KeyObjects, so a zone moves between the in-process signer and the file signer without re-keying. Elliptic curves only.
- feat(dnssec-sign): RFC 4034 signing core.
- change(dnssec): native moves from strategy
nonetomemory. - feat(backend): answers queries live from NicTool API
- feat(backend/powerdns-pipe): Installs as
nt-powerdns.
0.9.0
- feat(publisher/maradns): added
- feat(publisher/powerdns-db): added
- feat(publisher/tinydns-cdb): completed
- change(source/file): TomlSource -> FileSource with formats JSON or TOML
- feat(source/mysql): completed
- feat(config): generates named.conf, nsd.conf, knot.conf, mararc
- feat(native): JS native DNS server (dns2)
- change(rfc1035): use dns-zone.toBind() as exporter
- deps(all): bump to latest
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
- feat: added index.isDelegated, and tests
- feat: add bin/cleanup
- feat: make index.fullPath windows compatible
- feat(nt-ns): added getTinyZones
- doc(README): add example ./bin/nt-ns.js
- chore(ci): replace .release with submodule
- chore(ci): depend on shared GHA workflows
- chore: publish npm package in @NicTool namespace