diff --git a/tor/README.md b/tor/README.md index 9e77836..9b63dd5 100644 --- a/tor/README.md +++ b/tor/README.md @@ -29,7 +29,7 @@ tor: ``` RunAsDaemon 0 -SocksPort 0 +SocksPort 0.0.0.0:9050 ORPort 9001 BridgeRelay 1 #ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy diff --git a/tor/torrc b/tor/torrc index b1db8ce..47a6668 100644 --- a/tor/torrc +++ b/tor/torrc @@ -1,5 +1,5 @@ RunAsDaemon 0 -SocksPort 0 +SocksPort 0.0.0.0:9050 ORPort 9001 BridgeRelay 1 #ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy