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
This commit is contained in:
Alexander Færøy
2020-11-23 23:41:17 +00:00
committed by Nick Mathewson
parent bff3c6f48d
commit ed3f46a385
3 changed files with 28 additions and 0 deletions
+4
View File
@@ -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.