[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] make slightly clearer that socksport is for local applicati...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] make slightly clearer that socksport is for local applicati...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sun, 27 Mar 2005 06:27:19 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 27 Mar 2005 06:27:49 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/config
Modified Files:
torrc.sample.in
Log Message:
make slightly clearer that socksport is for local applications
Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- torrc.sample.in 27 Mar 2005 01:11:45 -0000 1.51
+++ torrc.sample.in 27 Mar 2005 11:27:16 -0000 1.52
@@ -12,7 +12,7 @@
## Replace this with "SocksPort 0" if you plan to run Tor only as a
## server, and not make any local application connections yourself.
-SocksPort 9050 # what port to open for application connections
+SocksPort 9050 # what port to open for local application connections
SocksBindAddress 127.0.0.1 # accept connections only from localhost
#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too