diff options
author | Micah Anderson <micah@riseup.net> | 2018-01-29 12:07:15 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2018-01-29 12:07:15 -0500 |
commit | b1af45d47d3e1441405a9b4b67f44f7d6008486a (patch) | |
tree | e04489f4d3755c91c637ac413596c172300c3aad /templates/torrc.relay.erb | |
parent | 447ba8b809d0df60f9eabdbc6fc2b52cd17ef50b (diff) | |
parent | 90cb24c6e0916b27eae744e5f6ecaa84a180517c (diff) |
Merge branch 'master' into riseup
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r-- | templates/torrc.relay.erb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index a286459..7735b47 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -1,10 +1,7 @@ # relay <% if @port != 0 -%> ORPort <%= @port %> -<% @listen_addresses.each do |listen_address| -%> -ORListenAddress <%= @listen_address %> -<% end -%> -<% @real_outbound_bindaddresses.each do |outbound_bindaddress| -%> +<% Array(@real_outbound_bindaddresses).each do |outbound_bindaddress| -%> OutboundBindAddress <%= @outbound_bindaddress %> <% end -%> <% if @nickname != '' -%> |