验证TXT解析的正确性

需要用到TXT解析,不同于CNAME和A解析,可以用PING命令验证,要验证TXT解析需要用到如下命令

nslookup -q=TXT txtdemo.lei.cool 8.8.8.8

输出内容如下

服务器:  google-public-dns-a.google.com
Address:  8.8.8.8

非权威应答:
txtdemo.lei.cool        text =

        "--hello world--"

 

posted on 2019-03-29 17:16  弘道者  阅读(1154)  评论(0编辑  收藏  举报