浙江省高等学校教师教育理论培训

微信搜索“教师资格证岗前培训”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

erijo/transparent-proxy

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
posted on 2012-04-30 08:30  lexus  阅读(416)  评论(0编辑  收藏  举报