mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2e600019ea
We would before do an address discovery and then a lookup in the cache if not found which is now simplified by calling relay_find_addr_to_publish() directly which does all those combined. Furthermore, by doing so, we won't trigger an address discovery every minute if we have no ORPort configured for the family. Fixes #40254 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
o Minor bugfixes (relay, configuration):
|
|
- Don't attempt to discover address (IPv4 or IPv6) if no ORPort for it can
|
|
be found in the configuration. Fixes bug 40254; bugfix on 0.4.5.1-alpha.
|
|
|