[tor-commits] [flashproxy/master] Add explicit local and remote addr specs to torrc.
dcf at torproject.org
dcf at torproject.org
Wed Dec 12 04:37:06 UTC 2012
commit 66fa0e03594b7e587523c3b9dc7f110af4af5f26
Author: David Fifield <david at bamsoftware.com>
Date: Tue Dec 11 19:10:41 2012 -0800
Add explicit local and remote addr specs to torrc.
This makes it more obvious what you have to change in order to use your
specific listening port.
---
torrc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/torrc b/torrc
index c5e40d2..e047cd0 100644
--- a/torrc
+++ b/torrc
@@ -2,9 +2,12 @@
## Usage:
## tor -f torrc
-ClientTransportPlugin websocket exec ./flashproxy-client --register
UseBridges 1
# The address and port are ignored by the client transport plugin.
Bridge websocket 0.0.1.0:1
LearnCircuitBuildTimeout 0
CircuitBuildTimeout 60
+# Change the second number here (9000) to the number of a port that can
+# receive connections from the Internet (the port for which you
+# configured port forwarding).
+ClientTransportPlugin websocket exec ./flashproxy-client --register :0 :9000
More information about the tor-commits
mailing list