summaryrefslogtreecommitdiff
path: root/templates/torrc.transparent.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-06-19 04:02:13 +0200
committerintrigeri <intrigeri@boum.org>2012-06-19 05:22:44 +0200
commitebee9da1b3883461b18f9aae86663002195e94e7 (patch)
tree7dd3b80c12fcf03e2a74a4eb8890aec8b4dfd241 /templates/torrc.transparent.erb
parentf12bf2ae954aeabb0c75d52801158238931ca0ae (diff)
Add support for TransPort and TransListenAddress.
Diffstat (limited to 'templates/torrc.transparent.erb')
-rw-r--r--templates/torrc.transparent.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/torrc.transparent.erb b/templates/torrc.transparent.erb
new file mode 100644
index 0000000..dae97dc
--- /dev/null
+++ b/templates/torrc.transparent.erb
@@ -0,0 +1,5 @@
+# Transparent proxy
+TransPort <%= port %>
+<%- for listen_address in listen_addresses -%>
+TransListenAddress <%= listen_address %>
+<%- end -%>