Added more examples to firewall rules.

This commit is contained in:
Timo Mkinen 2009-09-14 21:51:03 +03:00
parent fec0f3bc73
commit 1b48af8673

View file

@ -7,11 +7,16 @@
# #
# for example: # for example:
# #
# tcp/80 192.168.1.0/24 # $firewall_rules = [ "tcp/22 192.168.1.0/24",
# "tcp/80", ]
# #
# If source is left out the service will be opened to all connecting # If source is left out the service will be opened to all connecting
# hosts. # hosts.
# #
# Custom rules can be defined into variable $firewall_custom:
#
# $firewall_custom = [ "pass in quick carp", ]
#
class firewall { class firewall {
case $operatingsystem { case $operatingsystem {