Bläddra i källkod

Update Iptables.rst

Len 9 år sedan
förälder
incheckning
67dfb7e676
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      source/Iptables.rst

+ 2 - 2
source/Iptables.rst

@@ -37,14 +37,14 @@ Basic Rules
 
 ICMP (optional)
 ===============
-
+|
 | ``iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT``
 
 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``
 | ``iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "friendly-scanner" --algo bm``