commit 6d8ace1a8bf4d7f200cce58cbfb793fbf76c45a2 Author: David Fifield david@bamsoftware.com Date: Tue Oct 11 15:27:06 2011 -0700
Add a sample torrc file. --- README | 2 +- torrc | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/README b/README index 18f9934..933895a 100644 --- a/README +++ b/README @@ -77,7 +77,7 @@ The client needs to be running a version of Tor that supports the Socks4Proxy configuration. This means version 0.2.2.1-alpha or later--not the current stable release.
-Start Tor with the following configuration: +Start Tor with the following configuration (you can use the included torrc file): UseBridges 1 Bridge 127.0.0.1:9001 Socks4Proxy 127.0.0.1:9001 diff --git a/torrc b/torrc new file mode 100644 index 0000000..0bab31c --- /dev/null +++ b/torrc @@ -0,0 +1,14 @@ +## Configuration file for Tor over flash proxies. +## Usage: +## connector.py -f tor-facilitator.bamsoftware.com +## tor -f torrc + +UseBridges 1 +Bridge 127.0.0.1:9001 +Socks4Proxy 127.0.0.1:9001 + +# In case you are not able to receive remote connections on port 9000, comment +# the Socks4Proxy line above and uncomment this one. This will use a public +# connector. There is no need to run connector.py locally. + +# Socks4Proxy tor-facilitator.bamsoftware.com:9999
tor-commits@lists.torproject.org