Skip to content

erijo/transparent-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

461c428 · Apr 7, 2012

History

4 Commits
Feb 14, 2012
Apr 7, 2012

Repository files navigation

Transparent HTTP proxy

A basic transparent HTTP proxy that can sit between a client and HTTP servers, proxying requests from the client and rewriting the returned resource.

Much inspiration taken from sergio-proxy.

It is enabled on the gateway (in my case for a single client) by a simple iptables rule:

iptables -t nat -A PREROUTING -s $CLIENT_IP -p tcp --dport 80 -j REDIRECT --to-port 8080

About

A basic transparent HTTP proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages