commit 36186f46531f046fafa0f38994b056effe24b4c7 Author: Damian Johnson atagar@torproject.org Date: Thu Nov 20 08:37:26 2014 -0800
Updating longclaw's address
Micah is moving longclaw due to poor responsiveness to an ongoing outage at his old location. --- stem/descriptor/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 1e1a29e..a1d2fb7 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -738,7 +738,7 @@ DIRECTORY_AUTHORITIES = { ), 'longclaw': DirectoryAuthority( nickname = 'longclaw', - address = '202.85.227.202', + address = '199.254.238.52', or_port = 443, dir_port = 80, fingerprint = '74A910646BCEEFBCD2E874FC1DC997430F968145',
tor-commits@lists.torproject.org