summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/templates/torrc.transparent.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tor/templates/torrc.transparent.erb')
-rw-r--r--puppet/modules/tor/templates/torrc.transparent.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/tor/templates/torrc.transparent.erb b/puppet/modules/tor/templates/torrc.transparent.erb
new file mode 100644
index 00000000..c683150f
--- /dev/null
+++ b/puppet/modules/tor/templates/torrc.transparent.erb
@@ -0,0 +1,5 @@
+# Transparent proxy
+TransPort <%= @port %>
+<% @listen_addresses.each do |listen_address| -%>
+TransListenAddress <%= listen_address %>
+<% end -%>