Transparent HTTP Proxy (Windows)

7,448

Why don't you just setup squid cache on the target proxy machine? It works as a transparent proxy right out of the box (by sending x-forwarded-for headers) You can disable caching as you wish inside the config file.

Share:
7,448

Related videos on Youtube

singpolyma
Author by

singpolyma

Filling out this field.

Updated on September 17, 2022

Comments

  • singpolyma
    singpolyma over 1 year

    I have SquidNT set up on my home network for HTTP caching and it's working great. I want to use it as a transparent proxy server, though. Googling tells me to use Softperfect Bandwidth Manager to do the port redirection stuff that I would normally use iptables for, but it costs $99 after 30 days. I'm wondering if there is a FLOSS (or even freeware) app I can use to forward traffic outbound on port 80 to localhost:3128 on Windows XP?

  • singpolyma
    singpolyma about 14 years
    We have Squid running. We need a port forwarder to actually do the traffic capturing :)