
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
dns-nameserver
Advanced tools
Nameserver configuration parsers and generators
Name servers have configuration files, each with their own format. This package abstracts the unique implementations into a set of common actions.
✗ ./bin/nt-ns.js -h
+-+-+-+ +-+-+-+-+-+-+-+-+-+-+
|D|N|S| |N|A|M|E|S|E|R|V|E|R|
+-+-+-+ +-+-+-+-+-+-+-+-+-+-+
I/O
-i, --import <bind | knot | maradns | nsd | tinydns> nameserver type
-e, --export <bind | knot | maradns | nsd | tinydns> nameserver type
-f, --file <file path> source of DNS server config file
-b, --base <zones dir> path prefix for zone files
Misc
-v, --verbose Show status messages during processing
-h, --help Display this usage guide
Examples
1. ./bin/nt-ns.js -i knot -f ./knot/knot.conf
2. ./bin/nt-ns.js -i bind -f ./bind/named.conf -b bind
3. ./bin/nt-ns.js -i nsd -f ./nsd/nsd.conf -b nsd -v
Project home: https://github.com/NicTool/dns-nameserver
Returns a list of zones (and zone files) from the specified nameserver config file.
Does the heavy lifting for getZones
. Accepts and string and returns an object where the keys are DNS zones and the value is a the file with that zones resource records.
FAQs
DNS Nameserver
The npm package dns-nameserver receives a total of 0 weekly downloads. As such, dns-nameserver popularity was classified as not popular.
We found that dns-nameserver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.