[squid-users] Squid 3.x or 4.x acting as a transparent http proxy (NOT https)
setuid
setuid at gmail.com
Wed Feb 7 23:44:08 UTC 2018
On 2/7/18 6:36 PM, Yuri wrote:
> Did you used ipfw NAT configuration on same box with squid?
Yes, my ipfw configuration is:
$cmd 00700 deny ip from any to any dst-port 3128 via em0
$cmd 00800 fwd 3128 tcp from 192.168.1.25 to any dst-port 80 via em0
$cmd 00820 allow ip from any to any dst-port 3128 dst-ip 192.168.1.25
src-ip 192.168.1.1
$cmd add 60000 permit ip from any to any
More information about the squid-users
mailing list