小米1S iptables禁止443端口

shell@android:/system/bin # ./iptables -A INPUT -p tcp --dport 443 -j DROP
./iptables -A INPUT -p tcp --dport 443 -j DROP
shell@android:/system/bin # ./iptables -A OUTPUT -p tcp --sport 443 -j DROP
./iptables -A OUTPUT -p tcp --sport 443 -j DROP

iptables -A FORWARD -d s3-ap-southeast-1.amazonaws.com -j DROP

posted on 2015-02-03 14:43  寻步  阅读(862)  评论(0编辑  收藏  举报