Re: [squid-users] Transparent Proxy on OpenBSD 5.3 with Squid 3.2.7

From: Marc Sontowski <marc_at_sontowski.net>
Date: Mon, 11 Nov 2013 23:27:24 +0100

Hi Loïc,

Thank you for your tip.

I found the solution.
This helpt me.

Interception Proxying with PF
=============================
To configure an interception (a.k.a. "transparent") proxy, Squid should be configured in ${SYSCONFDIR}/squid.conf to bind to a specific address, for example:
http_port 127.0.0.1:3127 intercept
On the machine running Squid, add a firewall rule similar to this:
pass in quick log inet proto tcp to port 80 divert-to 127.0.0.1 port 3127

-- 
Marc Sontowski

Received on Mon Nov 11 2013 - 22:27:36 MST

This archive was generated by hypermail 2.2.0 : Tue Nov 12 2013 - 12:00:06 MST