[tor-commits] [community/master] Fix file path.

phw at torproject.org phw at torproject.org
Fri Aug 30 22:50:52 UTC 2019


commit 183e81bbda03873177d984463fd56002ac54bad1
Author: Philipp Winter <phw at nymity.ch>
Date:   Fri Aug 30 15:49:05 2019 -0700

    Fix file path.
    
    Thanks to BunnyApocalypse for pointing out this mistake in #tor-relays.
---
 .../technical-setup/bridge/centos-rhel-opensuse/contents.lr             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
index 091dbb5..b79fc24 100644
--- a/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
@@ -51,7 +51,7 @@ BridgeRelay 1
 # censors may be scanning the Internet for this port.
 ORPort TODO
 
-ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
+ServerTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy
 
 # Replace "TODO" with an obfs4 port of your choice.  This port must be
 # externally reachable.  Avoid port 9001 because it's commonly associated with





More information about the tor-commits mailing list