我在用着Google 域名管理我拥有的域名的 DNS。在 Google Domains 中,我已配置了_acme-challenge
具有特定值的 TXT 记录。我期望在执行以下操作时看到此值:
dig -t TXT pelicandd.com @ns-cloud-e1.googledomains.com
但我得到的却是:
; <<>> DiG 9.11.3-... <<>> -t TXT pelicandd.com @ns-cloud-e1.googledomains.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19716
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;pelicandd.com. IN TXT
;; AUTHORITY SECTION:
pelicandd.com. 300 IN SOA ns-cloud-e1.googledomains.com. cloud-dns-hostmaster.google.com. 20 21600 3600 259200 300
;; Query time: 16 msec
;; SERVER: 216.239.32.110#53(216.239.32.110)
;; WHEN: Thu Aug 06 22:12:23 CEST 2020
;; MSG SIZE rcvd: 132
为什么我看不到 TXT 记录?我做错了什么?
答案1
您没有看到该TXT
记录,因为您没有查询该TXT
记录。
解决办法:查询TXT
记录。
dig -t TXT _acme-challenge.pelicandd.com +short
"a4OJqHKIlQUt689jaZxnfhhNgRDYPtPe9qNxGBczRoU"