[tor-bugs] #10067 [Tor]: Have `reject *` as the default exit policy

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 8 20:25:37 UTC 2014


#10067: Have `reject *` as the default exit policy
-------------------------+-------------------------------------------------
     Reporter:  lunar    |      Owner:
         Type:           |     Status:  needs_review
  enhancement            |  Milestone:  Tor: 0.2.6.x-final
     Priority:  normal   |    Version:
    Component:  Tor      |   Keywords:  tor-relay, 026-triaged-1,
   Resolution:           |  026-deferrable, nickm-patch
Actual Points:           |  Parent ID:
       Points:           |
-------------------------+-------------------------------------------------

Comment (by dgoulet):

 commit f7776790b2dcc69280ac71ed23ca7df677d639c4
 * In or.h, structure or_options_t, seems that this comment is misleading.
 If set to "1", the relay is an exit node and uses the configured exit
 policy or default one if none given? (but not always the default one).
 Sorry to be picky but I got confused since it does not match what the
 commit says.
 {{{
 +  /** Is this an exit node?  This is a tristate, where "1" means "yes,
 +   * and use the default exit policy" and "0" means "no; exit policy is
 +   * 'reject *'" and "auto" (-1) means "same as 1, but warn the user."
 +   *
 +   * XXXX Eventually, the default will be 0. */
 }}}

 Apart from that, looks good and I've tested it also. ACK.

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


More information about the tor-bugs mailing list