aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.relay.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r--templates/torrc.relay.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index 72625d4..1b2e082 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -4,8 +4,8 @@ ORPort <%= port %>
<%- for listen_address in listen_addresses -%>
ORListenAddress <%= listen_address %>
<%- end -%>
-<%- for outbound_bindaddress in outbound_bindaddress -%>
-OutboundBindAddress <%= outbound_bindaddress %>
+<%- for outbound_bindaddresses in outbound_bindaddresses -%>
+OutboundBindAddress <%= outbound_bindaddresses %>
<%- end -%>
<%- if nickname != '' then -%>
Nickname <%= nickname %>