commit 1fb342ce1dee122b04530ecbba0f116817e2f80a
Author: David Fifield <david(a)bamsoftware.com>
Date: Sat Mar 31 17:48:17 2012 -0700
Remove another mention of Flash.
---
README | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/README b/README
index c4f0f46..51c19c4 100644
--- a/README
+++ b/README
@@ -24,8 +24,7 @@ changing pool of addresses.
== Demonstration page
This page has a description of the project; viewing it also turns your
-computer into a …
[View More]flash proxy as long as the page is open. (Only if you
-have Adobe Flash Player installed.)
+computer into a flash proxy as long as the page is open.
https://crypto.stanford.edu/flashproxy/
[View Less]
commit 95b9cf95da0a9ff179a8e5d41dfae90861719a91
Author: David Fifield <david(a)bamsoftware.com>
Date: Mon Apr 2 08:39:30 2012 -0700
torrc with external proxy websocket transport.
---
torrc | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/torrc b/torrc
index 0bab31c..9b9ca70 100644
--- a/torrc
+++ b/torrc
@@ -1,14 +1,9 @@
## Configuration file for Tor over flash proxies.
## Usage:
-## connector.py -f tor-facilitator.bamsoftware.com
+## …
[View More]connector.py
+## flashproxy-reg-http.py
## tor -f torrc
+ClientTransportPlugin websocket socks4 127.0.0.1:9001
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
+Bridge websocket 127.0.0.1:9001
[View Less]