aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.transparent.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.transparent.erb')
-rw-r--r--templates/torrc.transparent.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/torrc.transparent.erb b/templates/torrc.transparent.erb
index dae97dc..c683150 100644
--- a/templates/torrc.transparent.erb
+++ b/templates/torrc.transparent.erb
@@ -1,5 +1,5 @@
# Transparent proxy
-TransPort <%= port %>
-<%- for listen_address in listen_addresses -%>
+TransPort <%= @port %>
+<% @listen_addresses.each do |listen_address| -%>
TransListenAddress <%= listen_address %>
-<%- end -%>
+<% end -%>