diff options
author | intrigeri <intrigeri@boum.org> | 2012-04-26 17:22:15 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-04-26 17:22:15 +0200 |
commit | 9074e56dd294b7d150ede1a06501c966393e21e6 (patch) | |
tree | a7ba8b0485eca169ee39c4207d3e76219928a98e /templates | |
parent | bc0c42ef3de9c0330d8fe5bc90b793327e06d8da (diff) | |
parent | 8e0dbb0d9d903fbf89e4263cd29c1b1a7d597075 (diff) | |
download | puppet-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.erb | 2 |
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 -%> |