您的位置:首页 > 其它

【不积跬步,无以致千里】DELETE SINGLE IPTABLES RULES

2013-07-10 21:43 323 查看

You can delete them based on what they’re doing:

iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT

Or you can delete them based on their number and chain name:

iptables -D INPUT 4

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: