From d5ab2d5a261a607c07963b4ba03a4d7f0d4f2665 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 3 Nov 2017 16:23:30 -0600 Subject: [PATCH] add --tld option (even though it's not usually necessary) --- samples/hellabit.enom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/hellabit.enom.sh b/samples/hellabit.enom.sh index a362e01..747e24f 100644 --- a/samples/hellabit.enom.sh +++ b/samples/hellabit.enom.sh @@ -2,11 +2,11 @@ daplie domains:list # shows hellabit.com in my list of domains # for hellabit.com to lookup itself (chicken and egg problem), # we must first set glue records -daplie glue:set -n ns1.hellabit.com -a 138.197.72.1 -daplie glue:set -n ns2.hellabit.com -a 162.243.136.134 +daplie glue:set -n ns1.hellabit.com --tld com -a 138.197.72.1 +daplie glue:set -n ns2.hellabit.com --tld com -a 162.243.136.134 # now we can set hellabit.com to use nsx.hellabit.com nameservers -daplie ns:set -n hellabit.com --nameservers ns1.hellabit.com,ns2.hellabit.com +daplie ns:set -n hellabit.com --tld com --nameservers ns1.hellabit.com,ns2.hellabit.com # now we can't use the dns tools because digd.js does not (yet) have oauth3 compatible apis # these won't work