mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
when you decide you're reachable, actually publish your descriptor
right then. svn:r3968
This commit is contained in:
parent
1ff62dbd18
commit
453a822425
@ -416,6 +416,7 @@ void router_orport_found_reachable(void) {
|
||||
if (!clique_mode(get_options()))
|
||||
log_fn(LOG_NOTICE,"Your ORPort is reachable from the outside. Excellent. Publishing server descriptor.");
|
||||
can_reach_or_port = 1;
|
||||
consider_publishable_server(time(NULL), 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user