summaryrefslogtreecommitdiff
blob: 687f92da922f11dd992bd7b013a399f82b8193d3 (plain)
1
2
3
4
5
6
7
8
9
10
# ipfw provides a stateful firewall.
# This means we allow everything out, and if we have a connection we allow it
# back in. This is very flexable and quite secure.

# For ease of use, we allow auth and ssh ports through as well.
# To override the list of allowed ports
#PORTS_IN="auth ssh"

# You may want to enable logging of denied connections
#LOG_DENY="yes"