From 92d8e0353f70fdacfab71aaf8facbdbea30b6a57 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 23 Apr 2016 09:08:31 +0200 Subject: Example ports added. --- Bash/iptables-whiteblacklisting.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Bash/iptables-whiteblacklisting.sh b/Bash/iptables-whiteblacklisting.sh index fad15e8..3802bf0 100755 --- a/Bash/iptables-whiteblacklisting.sh +++ b/Bash/iptables-whiteblacklisting.sh @@ -21,15 +21,21 @@ MODE='WHITELISTING' # This can only be "WHITELISTING" or "BLACKLISTING" #=============================================================================== WHITELISTING=( # SSH - 'tcp:22' - - # DNS - 'tcp:53' - 'udp:53' + 'tcp:2200' # HTTP 'tcp:80' 'tcp:443' + + # XMPP + 'tcp:5222' + 'tcp:5269' + + # TeamSpeak + 'udp:9987' + 'tcp:30033' + 'tcp:10011' + 'tcp:41144' ) #=============================================================================== -- cgit v1.2.3