diff options
author | Alexander Færøy <ahf@torproject.org> | 2020-11-23 23:41:17 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-10-20 21:44:45 +0000 |
commit | 73727397652f933c710d701c5b2e27cbac12af49 (patch) | |
tree | 3d0d83902c94e7d6c7b2ad2b299fb80085f91daf /changes | |
parent | 5a043825d0b208343da4864ec9e071118b83cd06 (diff) | |
download | tor-73727397652f933c710d701c5b2e27cbac12af49.tar.gz tor-73727397652f933c710d701c5b2e27cbac12af49.zip |
Announce URL to bridge status page when starting Tor as a bridge relay.
This patch makes Tor announce the relay specific bridge status page URL
when Tor is starting up before bootstrap occours.
See: tor#30477
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30477 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30477 b/changes/ticket30477 new file mode 100644 index 0000000000..379fc4e7eb --- /dev/null +++ b/changes/ticket30477 @@ -0,0 +1,4 @@ + o Minor features (bridge): + - We now announce the URL to Tor's new bridge status at + https://bridges.torproject.org/ when Tor is configured to run as a bridge + relay. Closes ticket 30477. |