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
bd477b17
Commit
bd477b17
authored
Jul 05, 2021
by
mh
Browse files
add outgoing tor
parent
c76f342e
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rules/out/tor.pp
0 → 100644
View file @
bd477b17
# outgoing tor
class
firewall::rules::out::tor
{
include
firewall
if
$firewall::use_nftables
{
include
nftables::rules::out::tor
}
else
{
include
shorewall::rules::out::tor
}
}
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