Transparent Proxy on Bridge Interface (FreeBSD)

## bridge
cloned_interfaces="bridge0"
ifconfig_vr0="up"
ifconfig_xl0="up"
ifconfig_bridge0="up"

ifconfig_bridge0="inet 10.55.1.50 netmask 255.255.255.0 addm vr0 addm xl0 up"
http_port 3128 transparent
ext_if="vr0"
int_if="xl0"
lan="10.55.1.0/24"

rdr on $int_if inet proto tcp from $lan to any port { 80 443 } -> 127.0.0.1 port 3128
pass in quick on $int_if route-to lo0 inet proto tcp from $lan to 127.0.0.1 port 3128 keep state

Tadaa…., jadi deh.., gampang kan.. *glodhak*