[tor-commits] [torbrowser/maint-2.3] Linux: Fix torrc to start obfsproxy from the working directory.
erinn at torproject.org
erinn at torproject.org
Thu Aug 2 06:58:37 UTC 2012
commit 3076032b3d579cc1065b15626acce631bffaca44
Author: Shondoit Walker <shondoit at gmail.com>
Date: Thu Jul 26 15:20:12 2012 +0200
Linux: Fix torrc to start obfsproxy from the working directory.
---
build-scripts/config/alpha/torrc-obfsproxy-linux | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/config/alpha/torrc-obfsproxy-linux b/build-scripts/config/alpha/torrc-obfsproxy-linux
index 24788b3..59ca799 100644
--- a/build-scripts/config/alpha/torrc-obfsproxy-linux
+++ b/build-scripts/config/alpha/torrc-obfsproxy-linux
@@ -28,4 +28,4 @@ bridge obfs2 188.40.20.215:32982
bridge obfs2 212.112.242.160:49259
bridge obfs2 213.108.105.129:36609
-ClientTransportPlugin obfs2 exec obfsproxy --managed
+ClientTransportPlugin obfs2 exec ./App/obfsproxy --managed
More information about the tor-commits
mailing list