summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-06 23:58:43 +0100
committervarac <varacanero@zeromail.org>2013-02-06 23:58:43 +0100
commit27094aa7aa3abf7f8dc0148a8a76ed3fdbf34add (patch)
treefd342a1fbf541c490ce23771f3357b9aadcb0106
parent4642e8a0780f1eb6ba14fdf1f2966101dab993f7 (diff)
allow port 80 to tor server
-rw-r--r--puppet/modules/site_shorewall/manifests/tor.pp5
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;
}
}