View Single Post
  #1   (View Single Post)  
Old 7th November 2012
Skinny Skinny is offline
Port Guard
 
Join Date: Jul 2012
Posts: 25
Default How to make polipo proxy transparent?

I'm using polipo for ad filtering. Instead of configuring each client to use a proxy I'd like to redirect all outgoing http traffic through polipo using pf.

I tried something like this (which of course didn't work. Polipo returns 404):
Code:
pass in on $lan_if proto tcp from $lan to !$lan port www \
    rdr-to $polipo_proxy port 8123
How can I redirect outgoing http traffic through polipo?
Reply With Quote