[tor-bugs] #10267 [Tor]: [PATCH] Fixed transparent proxy destination lookup on FreeBSD

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 2 10:40:53 UTC 2013


#10267: [PATCH] Fixed transparent proxy destination lookup on FreeBSD
-------------------------+----------------------------------
 Reporter:  yurivict     |          Owner:
     Type:  enhancement  |         Status:  new
 Priority:  normal       |      Milestone:
Component:  Tor          |        Version:  Tor: unspecified
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
-------------------------+----------------------------------
 FreeBSD has two mutually exclusive firewalls: ipfw(8) and pf(8). Currenlty
 only pf(8) is supported for transparent proxy lookups of destination
 addresses.

 This patch adds support for ipfw(8). It first checks if /dev/pf exists. If
 it does, it assumes pf(8) is in use. Otherwise it assumes ipfw(8) is used.

 ipfw(8) is actually native on FreeBSD and much more popular than pf(8).

 Patch is against tor-0.2.3.25_1

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


More information about the tor-bugs mailing list