Installing squid30 with pf on freebsd   February 19th, 2010

Download source can be on this link http://www.squid-cache.org/Versions/v3/3.0/

after the jump, unzip the package and collect:

mkdir-p / opt / src
cp squid-3.0.STABLE12 / opt / src

cd / opt/src/squid-3.0.STABLE12

chmod + x. / configure

. / configure – prefix = / opt / squid – disable-http-violations – disable-ident-lookups – enable-pf-transparent
make & & make install Read the rest of this entry »