summaryrefslogtreecommitdiff
blob: 78864eef549e1c9d153f164fc996f28f7d70ded5 (plain)
1
2
3
4
5
6
7
# 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"