Skip to content
Snippets Groups Projects
Commit 0d5d9305 authored by Damian Johnson's avatar Damian Johnson
Browse files
parent 37248f3b
No related branches found
No related tags found
No related merge requests found
......@@ -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**
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment