diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-02 09:14:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-02 09:14:18 +0000 |
commit | 9526211137e8a6fa5074d74af69bef2c60f04e83 (patch) | |
tree | 58049d77c480287f54dc3106bda9c164ce6ea288 /src/config/moria3-orrc | |
parent | c603e403dfad283506a140177c0d44a4351eacac (diff) | |
download | tor-9526211137e8a6fa5074d74af69bef2c60f04e83.tar tor-9526211137e8a6fa5074d74af69bef2c60f04e83.tar.gz |
Committing my working config files, so we'll all be on the same page
Note that there are new keywords in these, etc. Matej, would you be
interested in going through and patching routers.c, config.c, etc, so
they're cleaner?
svn:r19
Diffstat (limited to 'src/config/moria3-orrc')
-rw-r--r-- | src/config/moria3-orrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config/moria3-orrc b/src/config/moria3-orrc new file mode 100644 index 000000000..34ad9461f --- /dev/null +++ b/src/config/moria3-orrc @@ -0,0 +1,20 @@ +# Configuration file for or + +# List of routers +RouterFile ../config/routers.or + +# Private key +PrivateKeyFile moria3-private + +CoinWeight 0.0 + +ORPort 9003 +OPPort 9013 +APPort 9023 + +# Maximum number of connections. +MaxConn 100 + +# Which traffic shaping policy to use. +# +TrafficShaping 1 |