temp commit

This commit is contained in:
Jérôme Schneider 2013-11-09 10:46:09 +01:00
parent 11827cd6d1
commit 88b757a9dc
1 changed files with 11 additions and 0 deletions

View File

@ -13,10 +13,21 @@ LAN_NETWORK='' # LAN network (ex: 192.168.1.0/24)
LAN=0 # Allow traffic between the WAN and LAN
LAN_INT='' # LAN interface
## Allow OUTPUT for everything
ALLOW_OUTOUT_EVERYWHERE=0
## Allow all traffic for interface(s)
# example ALLOW_INTS='br0 xenbr42'
ALLOW_INTS=''
## Output allow
# destination [source] protocole {porta|portx:porty},[portx:porty,porta,portb,...]" .
# by default we allow http, https, ssh and DNS connections
OUPUT_DESTINATIONS=(
"0.0.0.0/0 tcp http,https,ssh,domain"
"0.0.0.0/0 udp domain"
)
## Open ports
# "source [destination] protocole {porta|portx:porty},[portx:porty,porta,portb,...]" ...
# The default destination is the IP !