diff options
| author | Damian Johnson <atagar@torproject.org> | 2016-07-03 11:12:19 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2016-07-03 11:12:19 -0700 |
| commit | 62c6063b1152903bc7d72d8048f0cfa392c20688 (patch) | |
| tree | 4e9b67593fffb9bfe2e009fe0baa14b0f3071698 | |
| parent | 3e50f19857d69c602c29cbf8316a00df42ca9df1 (diff) | |
Removed urras as a directory authority
Updating our authority list as per...
https://trac.torproject.org/projects/tor/ticket/19271
| -rw-r--r-- | docs/change_log.rst | 1 | ||||
| -rw-r--r-- | stem/descriptor/remote.py | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/docs/change_log.rst b/docs/change_log.rst index 230533a5..3ef89004 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -79,6 +79,7 @@ The following are only available within Stem's `git repository * Bracketed IPv6 addresses were mistreated as being invalid content * Better validation for non-ascii descriptor content * Updated dannenberg's v3ident (:trac:`17906`) + * Removed urras as a directory authority (:trac:`19271`) * **Utilities** diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index f25d58e0..d16170ca 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -834,15 +834,6 @@ DIRECTORY_AUTHORITIES = { fingerprint = '7BE683E65D48141321C5ED92F075C55364AC7123', v3ident = '0232AF901C31A04EE9848595AF9BB7620D4C5B2E', ), - 'urras': DirectoryAuthority( - nickname = 'urras', - address = '208.83.223.34', - or_port = 80, - dir_port = 443, - is_bandwidth_authority = False, - fingerprint = '0AD3FA884D18F89EEA2D89C019379E0E7FD94417', - v3ident = '80550987E1D626E3EBA5E5E75A458DE0626D088C', - ), 'maatuska': DirectoryAuthority( nickname = 'maatuska', address = '171.25.193.9', |
