From 115fb4050d1222768a092861a25ac3ab0c603b2d Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 18 Jun 2015 19:22:11 +0800 Subject: [PATCH] update --- tor/README.md | 2 +- tor/torrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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