dnsmasq配置教程

dnsmasq配置过程

1.安装dnsmasq

1
sudo apt install dnsmasq

2.修改dnsmasq配置文件

1
vim /etc/dnsmasq.conf
1
2
3
4
cache-size=10240#dns缓存记录大小
listen-address=192.168.0.5#绑定的ip地址
addn-hosts=/etc/dnsmasq.hosts#导入外部的dns解析数据
resolv-conf=/etc/dnsmasq.dnsmasq.conf#指定上游dns服务器的文件

3.resolv-conf指定上游dns服务器可能不成功(未知原因)

可以尝试修改/etc/init.d/dnsmasq脚本

RESOLV-CONF=/etc/resolv-dnsmasq.conf

4.启动dns服务器

1
systemctl start dnsmasq.service

dnsmasq配置教程
https://dreamaccount.github.io/2022/07/08/dnsmasq配置教程/
作者
404NotFound
发布于
2022年7月8日
许可协议