当前位置: 首页 > 工具软件 > sergio-proxy > 使用案例 >

Transparent HTTP proxy

狄新翰
2023-12-01

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 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2012/04/30/2476692.html

 类似资料:

相关阅读

相关文章

相关问答