diff options
author | varac <varacanero@zeromail.org> | 2013-02-06 23:58:43 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-06 23:58:43 +0100 |
commit | 27094aa7aa3abf7f8dc0148a8a76ed3fdbf34add (patch) | |
tree | fd342a1fbf541c490ce23771f3357b9aadcb0106 /puppet | |
parent | 4642e8a0780f1eb6ba14fdf1f2966101dab993f7 (diff) |
allow port 80 to tor server
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/tor.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/site_shorewall/manifests/tor.pp b/puppet/modules/site_shorewall/manifests/tor.pp index d04adeac..a72d9dfc 100644 --- a/puppet/modules/site_shorewall/manifests/tor.pp +++ b/puppet/modules/site_shorewall/manifests/tor.pp @@ -18,6 +18,11 @@ class site_shorewall::tor { destination => '$FW', action => 'leap_tor(ACCEPT)', order => 200; + 'net2fw-http': + source => 'net', + destination => '$FW', + action => 'HTTP(ACCEPT)', + order => 200; } } |