瀏覽代碼

Update Iptables.rst

Len 9 年之前
父節點
當前提交
1ceac156a0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      source/Iptables.rst

+ 2 - 0
source/Iptables.rst

@@ -37,6 +37,7 @@ Basic Rules
 
 ICMP (optional)
 ===============
+
 |
 | ``iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT``
 
@@ -44,6 +45,7 @@ Friendly Scanner
 ================
 
 Rules to block not so friendly scanner
+
 |
 | ``iptables -I INPUT -j DROP -p tcp --dport 5060 -m string --string "friendly-scanner" --algo bm``
 | ``iptables -I INPUT -j DROP -p tcp --dport 5080 -m string --string "friendly-scanner" --algo bm``