[tor-bugs] #23278 [Core Tor/Tor]: Give user option to use non-Exit Guards only

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Aug 19 16:57:38 UTC 2017


#23278: Give user option to use non-Exit Guards only
--------------------------+------------------------
 Reporter:  cypherpunks   |          Owner:  (none)
     Type:  enhancement   |         Status:  new
 Priority:  Medium        |      Milestone:
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------

Comment (by cypherpunks):

 Possible solution, need more discussion if it works and safe:
 {{{
 /**
  * Return true iff <b>node</b> is a Tor relay that we are configured to
  * be able to connect to. */
 static int
 node_passes_guard_filter(const or_options_t *options,
                          const node_t *node)
 {

   if (options->StopGulagsFear &&
       ! node_exit_policy_rejects_all(node))
     return 0;
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23278#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list