四条命令快速在Ubuntu16.04上配置DNS服务器

Posted on 2018-01-12 11:52  #大囚长#  阅读(1015)  评论(0编辑  收藏  举报

1. apt install dnsmasq -y

2. vim /etc/dnsmasq.d/resolv.conf 

address=/xxx.yyy.com/21.xx.xx.x

3. service dnsmasq start

4. iptables -I INPUT 1 -p udp --dport 53 -j ACCEPT