UNPKG

digd.js

Version:

A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command.

8 lines (6 loc) 199 B
```bash # Create a glue record for the nameserver daplie glue:set -n ns1.example.com -a 12.55.12.33 # Set the nameservers for a domain daplie ns:set -n example.com --nameservers ns1.example.com ```