|
@@ -1034,7 +1034,7 @@ directory_fetches_from_authorities(const or_options_t *options)
|
|
|
if (options->BridgeRelay == 1)
|
|
|
return 0;
|
|
|
if (server_mode(options) &&
|
|
|
- router_pick_published_address(options, &addr, 0) < 0)
|
|
|
+ router_pick_published_address(options, &addr, 1) < 0)
|
|
|
return 1;
|
|
|
refuseunknown = ! router_my_exit_policy_is_reject_star() &&
|
|
|
should_refuse_unknown_exits(options);
|