mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
ae5800cd9f
In other words, if PublishServerDescriptor is set to 0 and AssumeReachable to 1, then allow a relay to hold a RFC1918 address. Reasons for this are documented in #40208 Fixes #40208 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
o Minor bugfixes (relay):
|
|
- Allow relays to have a RFC1918 address if PublishServerDescriptor is set
|
|
to 0 and AssumeReachable is set to 1. This is to support the use case of a
|
|
bridge on a local network that can be used by restricted users on that
|
|
network to reach the Tor network. Fixes bug 40208; bugfix on
|
|
0.4.5.1-alpha.
|