[tor-commits] [community/master] Change obfs4proxy patch in OpenBSD install doc
phw at torproject.org
phw at torproject.org
Tue Sep 17 16:15:18 UTC 2019
commit fd0862583435e73d0c04f7ee49b5e57fe16c1dba
Author: Nick Gnazzo <nickgnazzo at icloud.com>
Date: Thu Sep 12 13:11:52 2019 -0400
Change obfs4proxy patch in OpenBSD install doc
By default, the 'obfs4proxy' in OpenBSD 6.5 seems to install
the obfs4proxy binary in /usr/local/bin, as opposed to /usr/bin.
---
content/relay-operations/technical-setup/bridge/openbsd/contents.lr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
index 55b8f60..7bb27e3 100644
--- a/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/openbsd/contents.lr
@@ -26,7 +26,7 @@ BridgeRelay 1
# censors may be scanning the Internet for this port.
ORPort TODO1
-ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
+ServerTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy
# Replace "TODO2" with an obfs4 port of your choice. This port must be
# externally reachable and must be different from the one specified for ORPort.
More information about the tor-commits
mailing list