commit b7de7b22c3799ac1a99349a7732f71f812902e69
parent 3a2eda968e82c3179478d5ac85c084fedc909622
Author: Roger Dingledine <arma@torproject.org>
Date: Sat, 4 Oct 2025 10:33:11 -0400
stop telling relay operators their DirPort must be reachable
in the past we had separate dirport reachability checks, but those are
gone now after https://bugs.torproject.org/tpo/core/tor/2667
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/relay/relay_periodic.c b/src/feature/relay/relay_periodic.c
@@ -241,7 +241,7 @@ reachability_warnings_callback(time_t now, const or_options_t *options)
log_warn(LD_CONFIG,
"Your server has not managed to confirm reachability for "
"its ORPort(s) at %s%s%s. Relays do not publish "
- "descriptors until their ORPort and DirPort are "
+ "descriptors until their ORPort(s) are "
"reachable. Please check your firewalls, ports, address, "
"/etc/hosts file, etc.",
where4?where4:"",