Browse Source

Update iptables.rst

Len 9 years ago
parent
commit
b6e2b3f686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/getting_started/iptables.rst

+ 1 - 1
source/getting_started/iptables.rst

@@ -22,7 +22,7 @@ Optional Rules
 ===============
 
 | OPENVPN: ``iptables -A INPUT -p udp --dport 1194 -j ACCEPT`` 
-| ICMP: `` iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT``
+| ICMP: ``iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT``
 
 Friendly Scanner
 ================