一、配置文件:局域网内使用此dns服务时候首先会在host.dnsmasp里面找对应域名,若找不到则在resolv.dnsmasq中找

[root@operation_server dnsmasq.d]# cat /etc/dnsmasq.conf
resolv-file=/etc/dnsmasq.d/resolv.dnsmasq
addn-hosts=/etc/dnsmasq.d/hosts.dnsmasq
conf-dir=/etc/dnsmasq.d/,*.conf

二、hosts.dnsmasq

三、resolv.dnsmasq

最新文章

  1. java自定义类加载器
  2. java并发编程学习: ThreadLocal使用及原理
  3. 编写bat(批处理文件)的优势
  4. folly::AtomicHashmap源码分析(二)
  5. 【Junit】JUnit-4.12使用报java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing错误
  6. Spring.Net Remoting 相关使用
  7. JQuery下CheckBox全选全不选反选
  8. ListView数据显示混乱
  9. 浏览器Firefox新标签页默认打开地址设置
  10. 使用highcharts 绘制Web图表
  11. XHTML 结构化:使用 XHTML 重构网站
  12. JavaScript IDE
  13. Call to undefined function mssql_connect()错误解决
  14. Android Oreo 8.0 新特性实战 Autosizing TextView --自动缩放TextView
  15. linux python3 安装scrapy 后提示 -bash: scrapy: 未找到命令
  16. es6新特性之箭头函数
  17. VS2017 v15.8.0 Task ExpandPriContent failed. Illegal characters in path
  18. 4星|《流量池》:Luckin Coffee营销操盘手经验谈
  19. UVa 1347 旅行
  20. POJ 2441 Arrange the Bulls 状压dp

热门文章

  1. Visual Studio 各版本下载
  2. 《深入理解java虚拟机》第六章 类文件结构
  3. dos 设置 Windows 网络命令
  4. Node.js的基本操作(使用Vue前必学)
  5. python读写文件字符集
  6. 推荐系统之矩阵分解及C++实现
  7. Linux mmc framework2:基本组件之queue
  8. Redis简介+常用命令
  9. C++编程命名规则
  10. 深入解析内存原理:RAM的基本原理