1. 程式人生 > >四條命令快速在Ubuntu16.04上配置DNS伺服器

四條命令快速在Ubuntu16.04上配置DNS伺服器

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