[stem/master] Update dizum's address

commit 66279fc84267f3e9f580c7e63ae84e07a164297c Author: Damian Johnson <atagar@torproject.org> Date: Mon Aug 19 17:15:53 2019 -0700 Update dizum's address Alex recently migrated dizum. Updating ourselves to the new address... https://trac.torproject.org/projects/tor/ticket/31406 https://gitweb.torproject.org/tor.git/commit/?id=5a1c3e4 --- docs/change_log.rst | 1 + stem/directory.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/change_log.rst b/docs/change_log.rst index a2337e60..9adc7613 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -74,6 +74,7 @@ The following are only available within Stem's `git repository * Default the **version_flavor** attribute of :class:`~stem.descriptor.networkstatus.NetworkStatusDocumentV3` to 'ns' (:spec:`d97f8d9`) * DescriptorDownloader crashed if **use_mirrors** is set (:trac:`28393`) * Don't download from Serge, a bridge authority that frequently timeout + * Updated dizum authority's address (:trac:`31406`) * **Client** diff --git a/stem/directory.py b/stem/directory.py index 9e397d88..8139a935 100644 --- a/stem/directory.py +++ b/stem/directory.py @@ -597,7 +597,7 @@ DIRECTORY_AUTHORITIES = { ), 'dizum': Authority( nickname = 'dizum', - address = '194.109.206.212', + address = '45.66.33.45', or_port = 443, dir_port = 80, fingerprint = '7EA6EAD6FD83083C538F44038BBFA077587DD755',
participants (1)
-
atagar@torproject.org