In the User Commands section of the VBP-ST, add the below command to block HTTP on the Subscriber (WAN) Interface:


iptables -I INPUT -i eth0+ -p tcp --dport 80 -j DROP