[or-cvs] APPort is now SocksPort
Roger Dingledine
arma at seul.org
Tue Oct 21 09:49:22 UTC 2003
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config
Modified Files:
moria1-orrc moria2-orrc moria3-orrc sample-server-torrc.in
torrc.in
Log Message:
APPort is now SocksPort
Index: moria1-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria1-orrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- moria1-orrc 30 Sep 2003 23:25:30 -0000 1.14
+++ moria1-orrc 21 Oct 2003 09:49:20 -0000 1.15
@@ -3,7 +3,6 @@
Nickname moria1
ORPort 9001
-APPort 9021
DirPort 9031
OnionRouter 1
Index: moria2-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria2-orrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- moria2-orrc 30 Sep 2003 23:25:30 -0000 1.14
+++ moria2-orrc 21 Oct 2003 09:49:20 -0000 1.15
@@ -3,7 +3,6 @@
Nickname moria2
ORPort 9002
-APPort 9022
DirPort 9032
OnionRouter 1
Index: moria3-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria3-orrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- moria3-orrc 30 Sep 2003 23:25:30 -0000 1.14
+++ moria3-orrc 21 Oct 2003 09:49:20 -0000 1.15
@@ -3,7 +3,6 @@
Nickname moria3
ORPort 9003
-APPort 9023
DirPort 9033
OnionRouter 1
Index: sample-server-torrc.in
===================================================================
RCS file: /home/or/cvsroot/src/config/sample-server-torrc.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sample-server-torrc.in 19 Oct 2003 05:50:52 -0000 1.3
+++ sample-server-torrc.in 21 Oct 2003 09:49:20 -0000 1.4
@@ -10,7 +10,7 @@
# Ports for various services. Comment out or set to 0 if you're not
# offering that service.
ORPort 9004 # listening for cell-speaking connections
-APPort 9024 # listening for socks-speaking connections
+SocksPort 9024 # listening for socks-speaking connections
#DirPort 0
# Leave this set, or we'll be treated like a client.
Index: torrc.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- torrc.in 15 Oct 2003 07:27:29 -0000 1.2
+++ torrc.in 21 Oct 2003 09:49:20 -0000 1.3
@@ -8,5 +8,5 @@
# Ports for various services. Comment out if you're not running that
# service.
#ORPort 9001
-APPort 9050
+SocksPort 9050
More information about the tor-commits
mailing list