Tor#27849 is fixed, remove workaround
authorPeter Palfrader <peter@palfrader.org>
Fri, 20 Sep 2019 18:19:12 +0000 (20:19 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 20 Sep 2019 18:19:16 +0000 (20:19 +0200)
modules/onion/templates/torrc-header.erb

index 5756815..b45b81d 100644 (file)
@@ -1,10 +1,4 @@
-<%- if scope.function_has_role(['onionbalance']) -%>
-# Workaround https://trac.torproject.org/projects/tor/ticket/27849
-# FIXME: remove this when the bug is fixed
-SocksPort 9050
-<%- else -%>
 SocksPort 0
-<%- end -%>
 Log notice syslog
 
 <%- if has_variable?("tor_ge_0_2_9") && @tor_ge_0_2_9 -%>