iptables block keyword By BoY_PiShiT | 22/10/2013 0 Comment <code>iptables -I INPUT -p tcp –dport 80 -m string –string ‘google‘ –algo bm -j DROP</code>