通信人家园
标题:
分享一个DNS服务器搭建实测
[查看完整版帖子]
[打印本页]
时间:
2024-12-26 14:04
作者:
starnet123
标题:
分享一个DNS服务器搭建实测
1. 安装dnsmasq服务器
sudo apt-get install dnsmasq
2. 修改/etc/dnsmasq.conf文件,主要增加address=/star-net.test/192.168.88.11解析、端口指定port=53、监听地址listen-address=192.168.88.219,127.0.0.1,参考文档
3. 添加域名解析规则
[root@localhost dnsmasq.d]#vim cloud.conf[root@localhost dnsmasq.d]# lscloud.conf README
地址格式:address=/domain/ip_address
[root@localhost dnsmasq.d]#cat cloud.confaddress=/im.cloud.top/192.168.59.12address=/git.cloud.top/192.168.59.20
4.启动dnsmasq服务
[root@localhost ~]#service dnsmasq start
时间:
2024-12-26 15:01
作者:
xhy133
收藏一下 。
时间:
2024-12-26 17:05
作者:
xiaoxiaohe99
这个高级
通信人家园 (https://test.txrjy.com/)
Powered by C114