summaryrefslogtreecommitdiff
path: root/templates/torrc.relay.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-03-14 20:36:22 +0100
committerintrigeri <intrigeri@boum.org>2012-03-14 20:36:22 +0100
commit7bf57976706f73881d18bbaea0e7f87b7f1c3b40 (patch)
tree38af3a1f768f4b6501d0fb91d3f788ce92fb1a9a /templates/torrc.relay.erb
parent510e81d04bdfa15dadb272431fbe78d320d3fc68 (diff)
parente1d9f793aa356982b017ed197e19f4cdbb84cb83 (diff)
Merge remote-tracking branch 'riseup/master'
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r--templates/torrc.relay.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index 4754859..2ab34bf 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -4,6 +4,9 @@ ORPort <%= port %>
<%- for listen_address in listen_addresses -%>
ORListenAddress <%= listen_address %>
<%- end -%>
+<%- for outbound_bindaddress in outbound_bindaddresses -%>
+OutboundBindAddress <%= outbound_bindaddress %>
+<%- end -%>
<%- if nickname != '' then -%>
Nickname <%= nickname %>
<%- end -%>