digd.js/HOWTO-NS.md

8 lines
199 B
Markdown
Raw Permalink Normal View History

2017-10-29 07:43:28 +00:00
```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
```