From 1c466fdf89fc4e859aa6266bb5c6d96458f5c5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 21 Jun 2011 19:34:59 +0200 Subject: [PATCH] add an example for the ssh whitelist --- firewall.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firewall.conf b/firewall.conf index 7f16f34..f58fffa 100644 --- a/firewall.conf +++ b/firewall.conf @@ -40,6 +40,9 @@ TRAFFICS=() REDIRECTIONS=() ## Whitelist ssh +# example with an external file +# source /etc/firewall/whitelist_ssh +# WHITELIST_SSH=(${WHITELIST_SSH[@]}) # example : WHITELIST_SSH=("1.2.3.4" "1.3.4.4" "192.168.1.0/24") #WHITELIST_SSH=()