Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
firewall
Commits
73c49445
Commit
73c49445
authored
Feb 19, 2021
by
mh
Browse files
add dns rules
parent
648ed33c
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rules/dns.pp
0 → 100644
View file @
73c49445
# manage incoming dns
class
firewall::rules::dns
{
include
firewall
if
$firewall::use_nftables
{
include
nftables::rules::dns
}
else
{
include
shorewall::rules::dns
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment