diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-16 02:12:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-16 02:12:58 +0000 |
commit | c951c6f1866b29ffef025238bfc4e51ed4acbe4d (patch) | |
tree | 539d939cc4958c61807ef09e882d91c20331a0f3 /src/config | |
parent | 117cbeeaaf30cdbbfe79dbe92fe47ab6a531bd8a (diff) | |
download | tor-c951c6f1866b29ffef025238bfc4e51ed4acbe4d.tar tor-c951c6f1866b29ffef025238bfc4e51ed4acbe4d.tar.gz |
new config files, some bugfixes
svn:r51
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/httpaprc | 2 | ||||
-rw-r--r-- | src/config/moria1-orrc | 2 | ||||
-rw-r--r-- | src/config/moria2-orrc | 2 | ||||
-rw-r--r-- | src/config/moria3-orrc | 2 | ||||
-rw-r--r-- | src/config/routers.or | 14 |
5 files changed, 15 insertions, 7 deletions
diff --git a/src/config/httpaprc b/src/config/httpaprc index 1b48668a4..aefe5d1a1 100644 --- a/src/config/httpaprc +++ b/src/config/httpaprc @@ -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 diff --git a/src/config/moria1-orrc b/src/config/moria1-orrc index 31bce1bbe..6c548a61a 100644 --- a/src/config/moria1-orrc +++ b/src/config/moria1-orrc @@ -6,7 +6,7 @@ RouterFile ../config/routers.or # Private key PrivateKeyFile moria1-private -CoinWeight 0.0 +CoinWeight 0.01 ORPort 9001 OPPort 9011 diff --git a/src/config/moria2-orrc b/src/config/moria2-orrc index 703693f64..5520a04cf 100644 --- a/src/config/moria2-orrc +++ b/src/config/moria2-orrc @@ -6,7 +6,7 @@ RouterFile ../config/routers.or # Private key PrivateKeyFile moria2-private -CoinWeight 0.0 +CoinWeight 0.01 ORPort 9002 OPPort 9012 diff --git a/src/config/moria3-orrc b/src/config/moria3-orrc index 34ad9461f..b87ff7f8d 100644 --- a/src/config/moria3-orrc +++ b/src/config/moria3-orrc @@ -6,7 +6,7 @@ RouterFile ../config/routers.or # Private key PrivateKeyFile moria3-private -CoinWeight 0.0 +CoinWeight 0.01 ORPort 9003 OPPort 9013 diff --git a/src/config/routers.or b/src/config/routers.or index 8a0ca9280..ca7ad281c 100644 --- a/src/config/routers.or +++ b/src/config/routers.or @@ -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 @@ nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8= -----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 @@ aSWlD87arkZO4hHBPHe0q89Z3s1UtUsyQ/VmsxSv9g2OCnF/dU2Nz4h6+Al3iNJF -----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----- + |