iptables -A INPUT -s 1.2.3.4/32 -j DROP. 常用參數: --append -A :新增至Chain (預設`INPUT`, `FORWARD`, `OUTPUT`) --source -s :IP soruce ...
確定! 回上一頁