mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
don't tell people you're publishing the server descriptor if you're
actually not. svn:r4387
This commit is contained in:
parent
00b75791c4
commit
b349e60543
@ -414,7 +414,8 @@ void consider_testing_reachability(void) {
|
||||
void router_orport_found_reachable(void) {
|
||||
if (!can_reach_or_port) {
|
||||
if (!clique_mode(get_options()))
|
||||
log(LOG_NOTICE,"Your ORPort is reachable from the outside. Excellent. Publishing server descriptor.");
|
||||
log(LOG_NOTICE,"Your ORPort is reachable from the outside. Excellent.%s",
|
||||
get_options()->NoPublish ? "" : " Publishing server descriptor.");
|
||||
can_reach_or_port = 1;
|
||||
consider_publishable_server(time(NULL), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user