[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs