mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 20:24:09 +01:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
# ZONE HOST(S) OPTIONS
|
||
|
|
||
|
# I used the vi command
|
||
|
# !Gsort -k2 -k1
|
||
|
# to sort this file, starting at the next line.
|
||
|
mail eth0:$MAIL
|
||
|
og eth0:$OG
|
||
|
proxy eth0:$PROXY
|
||
|
net eth0:0.0.0.0/0
|
||
|
lan eth1:$LAN
|
||
|
other eth1:0.0.0.0/0
|
||
|
guest eth2:$GUEST
|
||
|
other eth2:0.0.0.0/0
|