[or-cvs] new config files, some bugfixes

Roger Dingledine arma at seul.org
Tue Jul 16 02:13:26 UTC 2002


Update of /home/or/cvsroot/src/config
In directory moria.seul.org:/home/arma/work/onion/cvs/src/config

Modified Files:
	httpaprc moria1-orrc moria2-orrc moria3-orrc routers.or 
Log Message:
new config files, some bugfixes


Index: httpaprc
===================================================================
RCS file: /home/or/cvsroot/src/config/httpaprc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- httpaprc	2 Jul 2002 09:14:18 -0000	1.1
+++ httpaprc	16 Jul 2002 02:12:53 -0000	1.2
@@ -4,7 +4,7 @@
 OnionProxy 9021
 
 # maximum number of incoming connections
-MaxConn 100
+MaxConn 500
 
 # run in anonymizing mode (0=no/1=yes)
 Anonimize 0

Index: moria1-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria1-orrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- moria1-orrc	2 Jul 2002 09:14:18 -0000	1.1
+++ moria1-orrc	16 Jul 2002 02:12:53 -0000	1.2
@@ -6,7 +6,7 @@
 # Private key
 PrivateKeyFile moria1-private
 
-CoinWeight 0.0
+CoinWeight 0.01
 
 ORPort 9001
 OPPort 9011

Index: moria2-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria2-orrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- moria2-orrc	2 Jul 2002 09:14:18 -0000	1.1
+++ moria2-orrc	16 Jul 2002 02:12:53 -0000	1.2
@@ -6,7 +6,7 @@
 # Private key
 PrivateKeyFile moria2-private
 
-CoinWeight 0.0
+CoinWeight 0.01
 
 ORPort 9002
 OPPort 9012

Index: moria3-orrc
===================================================================
RCS file: /home/or/cvsroot/src/config/moria3-orrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- moria3-orrc	2 Jul 2002 09:14:18 -0000	1.1
+++ moria3-orrc	16 Jul 2002 02:12:53 -0000	1.2
@@ -6,7 +6,7 @@
 # Private key
 PrivateKeyFile moria3-private
 
-CoinWeight 0.0
+CoinWeight 0.01
 
 ORPort 9003
 OPPort 9013

Index: routers.or
===================================================================
RCS file: /home/or/cvsroot/src/config/routers.or,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- routers.or	2 Jul 2002 09:14:18 -0000	1.1
+++ routers.or	16 Jul 2002 02:12:53 -0000	1.2
@@ -4,7 +4,7 @@
 # router-port is where the router is accepting connections from other routers.
 
 # Router 1
-moria 9001 10 10
+moria.mit.edu 9001 10240 10240
 -----BEGIN RSA PUBLIC KEY-----
 MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
 7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K
@@ -12,7 +12,7 @@
 -----END RSA PUBLIC KEY-----
 
 # Router 2
-moria 9002 10 10
+moria.mit.edu 9002 10240 10240
 -----BEGIN RSA PUBLIC KEY-----
 MIGJAoGBANX/HHRuudz274MFSQ4manX8DhtsIuogNUyco9/0dr+XsfioTGd3RgMj
 aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF
@@ -20,9 +20,17 @@
 -----END RSA PUBLIC KEY-----
 
 # Router 3
-moria 9003 10 10
+moria.mit.edu 9003 10240 10240
 -----BEGIN RSA PUBLIC KEY-----
 MIGJAoGBAJfkNWCaNkYIRwfHT06KBU6dz8W1xDpW5ezGJwAOoxCX3/ZNoUicb/1V
 oB3OzW6VxWIiht3da/3K0ywiBOOCcf6BabKoMdiPpH7NIeu6XRmBYK2uqW13gBgh
 xJbQBb58Nx8Fr05XkvLG6i+vTDY3MZOW3E2/DwSe/jFzuHSD5b3nAgMA//8=
 -----END RSA PUBLIC KEY-----
+
+town-square.reputation.com 9004 10240 10240
+-----BEGIN RSA PUBLIC KEY-----
+MIGJAoGBAKD2BDZQpGq/aAbZ7t+/7qktZVEbhUGe097gIjWH9gXcIOIm0CJMe3rN
+MsBJsQMi5Uwqrz+Invb5n6bswrNlJp/bCKBhGTvUCfxg7c8xZy71PPSIPnTg1qXl
+p5fyAkgCYkZNgEEZzQDHv1GRvLCs92kURjSJE5y8QU0dXfbzms8PAgMA//8=
+-----END RSA PUBLIC KEY-----
+



More information about the tor-commits mailing list