add an example for the ssh whitelist

This commit is contained in:
Jérôme Schneider 2011-06-21 19:34:59 +02:00
parent 79b094e5c4
commit 1c466fdf89
1 changed files with 3 additions and 0 deletions

View File

@ -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=()