Loading src/or/router.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/or/router.c +1 −0 Original line number Diff line number Diff line Loading @@ -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