diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-28 00:52:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-28 00:52:59 +0000 |
commit | 22285e6ff1190e99c509220f47adb66914b8642c (patch) | |
tree | 77559ddfb2b25bae9cae20184c4ef967d440d367 /src/config/moria2-orrc | |
parent | 6934eb9f1051c4d0e99130414a87b83c7df56349 (diff) | |
download | tor-22285e6ff1190e99c509220f47adb66914b8642c.tar tor-22285e6ff1190e99c509220f47adb66914b8642c.tar.gz |
cleanup
prkey is only fetched when it's needed
tor nodes who aren't dirservers now fetch directories and autoconnect
to new nodes listed in the directory
default role is a non-dirserver node
svn:r120
Diffstat (limited to 'src/config/moria2-orrc')
-rw-r--r-- | src/config/moria2-orrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/moria2-orrc b/src/config/moria2-orrc index 91199e250..d784a12ec 100644 --- a/src/config/moria2-orrc +++ b/src/config/moria2-orrc @@ -3,6 +3,8 @@ # List of routers RouterFile ../config/routers.or +Role 63 + # Private key PrivateKeyFile moria2-private |