Added more examples to firewall rules.
This commit is contained in:
parent
fec0f3bc73
commit
1b48af8673
1 changed files with 6 additions and 1 deletions
|
@ -7,11 +7,16 @@
|
|||
#
|
||||
# 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
|
||||
# hosts.
|
||||
#
|
||||
# Custom rules can be defined into variable $firewall_custom:
|
||||
#
|
||||
# $firewall_custom = [ "pass in quick carp", ]
|
||||
#
|
||||
class firewall {
|
||||
|
||||
case $operatingsystem {
|
||||
|
|
Loading…
Add table
Reference in a new issue