aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-04-26 17:22:15 +0200
committerintrigeri <intrigeri@boum.org>2012-04-26 17:22:15 +0200
commit9074e56dd294b7d150ede1a06501c966393e21e6 (patch)
treea7ba8b0485eca169ee39c4207d3e76219928a98e /templates
parentbc0c42ef3de9c0330d8fe5bc90b793327e06d8da (diff)
parent8e0dbb0d9d903fbf89e4263cd29c1b1a7d597075 (diff)
downloadpuppet-tor-9074e56dd294b7d150ede1a06501c966393e21e6.tar.gz
puppet-tor-9074e56dd294b7d150ede1a06501c966393e21e6.tar.bz2
Merge branch 'bugfix/outbound_bindaddresses-default'
Diffstat (limited to 'templates')
-rw-r--r--templates/torrc.relay.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index 2ab34bf..990dfcc 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -4,7 +4,7 @@ ORPort <%= port %>
<%- for listen_address in listen_addresses -%>
ORListenAddress <%= listen_address %>
<%- end -%>
-<%- for outbound_bindaddress in outbound_bindaddresses -%>
+<%- for outbound_bindaddress in real_outbound_bindaddresses -%>
OutboundBindAddress <%= outbound_bindaddress %>
<%- end -%>
<%- if nickname != '' then -%>