1
0

Note setting glue and ns records

这个提交包含在:
AJ ONeal 2017-10-29 01:43:28 -06:00
父节点 e9db7fc12e
当前提交 d625115689

7
HOWTO-NS.md 普通文件
查看文件

@ -0,0 +1,7 @@
```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
```