greatwqs 发表于 2013-1-15 18:49:44

Linux 禁止某个IP访问服务器

Linux 禁止某个IP访问服务器iptables -I INPUT -s XXX.XXX.XXX.XXX -j DROP  
页: [1]
查看完整版本: Linux 禁止某个IP访问服务器