aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-28 00:52:59 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-28 00:52:59 +0000
commit22285e6ff1190e99c509220f47adb66914b8642c (patch)
tree77559ddfb2b25bae9cae20184c4ef967d440d367 /src/config
parent6934eb9f1051c4d0e99130414a87b83c7df56349 (diff)
downloadtor-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')
-rw-r--r--src/config/moria1-orrc2
-rw-r--r--src/config/moria2-orrc2
-rw-r--r--src/config/moria3-orrc2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/config/moria1-orrc b/src/config/moria1-orrc
index 0750f1a54..e4a02f55b 100644
--- a/src/config/moria1-orrc
+++ b/src/config/moria1-orrc
@@ -3,6 +3,8 @@
# List of routers
RouterFile ../config/routers.or
+Role 63
+
# Private key
PrivateKeyFile moria1-private
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
diff --git a/src/config/moria3-orrc b/src/config/moria3-orrc
index 9b94c5c48..f32aa2557 100644
--- a/src/config/moria3-orrc
+++ b/src/config/moria3-orrc
@@ -3,6 +3,8 @@
# List of routers
RouterFile ../config/routers.or
+Role 63
+
# Private key
PrivateKeyFile moria3-private