We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21c690b + 56845fe commit 6d5af51Copy full SHA for 6d5af51
start.rb
@@ -109,6 +109,9 @@ def initialize(port, tor:)
109
def start
110
super
111
# https://gitweb.torproject.org/torbrowser.git/blob_plain/1ffcd9dafb9dd76c3a29dd686e05a71a95599fb5:/build-scripts/config/polipo.conf
112
+ if File.exists?(pid_file)
113
+ File.delete(pid_file)
114
+ end
115
self.class.fire_and_forget(executable,
116
"proxyPort=#{port}",
117
"socksParentProxy=127.0.0.1:#{tor_port}",
0 commit comments