需要用到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--"

最新文章

  1. C#中的委托解析
  2. Laravel增删改查语句总结
  3. HttpContext.Cache 详解
  4. Python 之WEB前端插件
  5. wp8 安装.Net3.5
  6. CodeForces 617C【序枚举】
  7. sed命令用法详解
  8. java8大基本数据类型
  9. element-ui <el-input> +<el-tree>使用
  10. ASP.NET Identity 一 (转载)
  11. Hessian学习总结(一)——Hessian入门
  12. list.remove出错 报 Not source之类的错误
  13. Luogu 1764 翻转游戏 - 枚举 + 搜索
  14. ERROR tool.ImportTool: Encountered IOException running import job: java.io.IOException: Hive exited with status 2
  15. 转:解决Python2.7的UnicodeEncodeError: ‘ascii’ codec can’t encode异常错误
  16. 160308、java排序(形如1.1、1.2.1)
  17. 《网络对抗》 逆向及Bof进阶实践
  18. CentOS7 启动docker.service失败(code=exited, status=1/FAILURE)
  19. MVC Control 接收post请求的json数据
  20. bzoj 2142 礼物——扩展lucas模板

热门文章

  1. (转)Ubuntu换源方法
  2. nginx服务学习第二章
  3. Ceph实战入门之安部署篇
  4. 代码报错--------EOFError: Compressed file ended before the end-of-stream marker was reached
  5. 批量处理window下^M符号
  6. gcc -DDEBUG
  7. U-Boot Driver Model领域模型设计 (转)
  8. 【BZOJ4596】【Luogu P4336】 [SHOI2016]黑暗前的幻想乡 矩阵树定理,容斥
  9. 第二天·初识HTML
  10. ssm框架使用详解&配置两个数据源