[tor-bugs] #17056 [Tor]: Do we need ExitPolicy private[4|6]:... ?

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Sep 14 02:07:06 UTC 2015


#17056: Do we need ExitPolicy private[4|6]:... ?
--------------------+------------------------------
 Reporter:  teor    |          Owner:
     Type:  defect  |         Status:  new
 Priority:  normal  |      Milestone:  Tor: 0.2.???
Component:  Tor     |        Version:  Tor: 0.2.7
 Keywords:  lorax   |  Actual Points:
Parent ID:          |         Points:
--------------------+------------------------------
 In #16069, we changed accept6/reject6 ... so they only produced IPv6
 rules. But this doesn't apply to accept6/reject6 private:... , which still
 produces both IPv4 and IPv6 rules.

 #16069 added a warning on accept6/reject6 private, infoming the user
 they're gettingn IPv4 and IPv6 rules.

 Do we need a private4 or private6 alias for IPv4 and IPv6 private
 addresses, respectively? Does anyone want to specify treatment of IPv4 and
 IPv6 private addresses separately?

 A workaround is to use a policy like:
 {{{
 accept *4:*
 reject private:*
 accept *6:*
 }}}
 Or to specify each private address range and local server address
 separately.

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


More information about the tor-bugs mailing list