minor cleanups in config files

svn:r62
This commit is contained in:
Roger Dingledine 2002-07-19 18:48:03 +00:00
parent 61d10b309f
commit fee55dd4a3
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ RouterFile ../config/routers.or
# Private key
PrivateKeyFile moria1-private
CoinWeight 0.01
CoinWeight 0.0001
ORPort 9001
OPPort 9011

View File

@ -6,7 +6,7 @@ RouterFile ../config/routers.or
# Private key
PrivateKeyFile moria2-private
CoinWeight 0.01
CoinWeight 0.0001
ORPort 9002
OPPort 9012

View File

@ -6,7 +6,7 @@ RouterFile ../config/routers.or
# Private key
PrivateKeyFile moria3-private
CoinWeight 0.01
CoinWeight 0.0001
ORPort 9003
OPPort 9013

View File

@ -1,5 +1,5 @@
# List of core onion routers in the network.
# Line format : router-address router-port min-bandwidth(kilobytes/s) max-bandwidthkilobytes/s)
# Line format : router-address router-port bandwidth(bytes/s) bandwidth(bytes/s)
# followed by the routers public key.
# router-port is where the router is accepting connections from other routers.