commit 0d5d93053212e65b55e35d2fd9f8e28615b4a84d Author: Damian Johnson atagar@torproject.org Date: Sun Oct 8 16:04:50 2017 -0700
Update longclaw's address
https://trac.torproject.org/projects/tor/ticket/23592 --- docs/change_log.rst | 1 + stem/descriptor/remote.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 16a16ad7..6e4bcbc6 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -77,6 +77,7 @@ The following are only available within Stem's `git repository * Added server descriptor's new protocol attribute (:spec:`eb4fb3c`) * Added extrainfo descriptor's new padding_counts attributes (:spec:`0803997`) * Shared randomness properties weren't being read in votes (:trac:`21102`) + * Updated longclaw authority's address (:trac:`23592`)
* **Utilities**
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 2f445044..0bade999 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -869,7 +869,7 @@ DIRECTORY_AUTHORITIES = { ), 'longclaw': DirectoryAuthority( nickname = 'longclaw', - address = '199.254.238.52', + address = '199.58.81.140', or_port = 443, dir_port = 80, is_bandwidth_authority = True,
tor-commits@lists.torproject.org