iptables -I OUTPUT -p udp --dport 53 -d 8.8.8.8 -j ACCEPT
iptables -I OUTPUT -p udp --dport 53 -d 8.8.4.4 -j ACCEPT
iptables -A OUTPUT -p udp -j DROP
iptables -A FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST RST -m limit --limit 1/s -j ACCEPT
service iptables save
service iptables restart
说明 8.8.8.8是dns 不知道自己的dns
可以运行
cat /etc/resolv.conf |grep nameserver |awk 'NR==1{print $2 }'
就知道自己的 dns了