transparent tape(Transparent HTTP proxy)
导读:Transparent HTTP proxy A basic transparent HTTP proxy that can sit between a client and HTTP servers,...
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创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!