用iptables封锁域名

 iptables -I INPUT -p tcp –dport 80 -m string –string “域名” –algo kmp -j DROP