summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2010-06-10 16:56:08 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2010-06-11 19:10:55 +0200
commit6c49b6bb7735335230ade722d1eccdadd652e938 (patch)
treec6c6f15359968ca9cdc96a127784e6d2a6a01519
parent2f67ef58b796379a45a8b4e24847ea62a26aa853 (diff)
downloadtor-6c49b6bb7735335230ade722d1eccdadd652e938.tar.gz
tor-6c49b6bb7735335230ade722d1eccdadd652e938.zip
Add maatuska as eighth v3 directory authority.
-rw-r--r--changes/maatuska-new-v3auth3
-rw-r--r--src/or/config.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/changes/maatuska-new-v3auth b/changes/maatuska-new-v3auth
new file mode 100644
index 0000000000..9508b30a24
--- /dev/null
+++ b/changes/maatuska-new-v3auth
@@ -0,0 +1,3 @@
+ o New directory authorities:
+ - Set up maatuska (run by Linus Nordberg) as the eighth v3 directory
+ authority.
diff --git a/src/or/config.c b/src/or/config.c
index 26e42e7009..7966557063 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -922,6 +922,9 @@ add_default_trusted_dir_authorities(authority_type_t type)
"193.23.244.244:80 7BE6 83E6 5D48 1413 21C5 ED92 F075 C553 64AC 7123",
"urras orport=80 no-v2 v3ident=80550987E1D626E3EBA5E5E75A458DE0626D088C "
"208.83.223.34:443 0AD3 FA88 4D18 F89E EA2D 89C0 1937 9E0E 7FD9 4417",
+ "maatuska orport=80 no-v2 "
+ "v3ident=49015F787433103580E3B66A1707A00E60F2D15B "
+ "213.115.239.118:443 BD6A 8292 55CB 08E6 6FBE 7D37 4836 3586 E46B 3810",
NULL
};
for (i=0; dirservers[i]; i++) {