Browse Source

Update iptables.rst

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

+ 1 - 0
source/getting_started/iptables.rst

@@ -36,6 +36,7 @@ Rules to block not so friendly scanner
 
 | *Optional*
 
+
 | ``iptables -I INPUT -j DROP -p tcp --dport 5060 -m string--string "VaxSIPUserAgent" --algo bm``
 | ``iptables -I INPUT -j DROP -p tcp --dport 5060 -m string --string "VaxIPUserAgent" --algo bm``
 | ``iptables -I INPUT -j DROP -p tcp --dport 5080 -m string --string "VaxSIPUserAgent" --algo bm``