摘要:
ubuntu安装好的时候,iptables会被安装上,如果没有的话那就安装上吧 1、安装 sudo apt-get install iptables 2、添加规则 sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -I 阅读全文
posted @ 2020-09-29 15:00
小小布丁*
阅读(816)
评论(0)
推荐(0)