KO
|
EN
gitlite — search
Search
#javascript
#react
#machine-learning
#html
#typescript
#hacktoberfest
#css
#unity3d
#unity
#pytorch
#bot
#android
transparent-proxy
★ 50
Open GitHub ↗
A basic transparent HTTP proxy
Download README (.md)
Explore Similar Repositories
Dproxy
:
Web调试代理,类似Fiddler的工具. 完全Nodejs编写,跨平台. A smarty proxy tool for web debugging, it's works like Fiddler.
hal-rfc
:
The RFC for application/hal+json
magick_title
:
Convert text to an image via ImageMagick
wp-icons-template
:
Admin icons template & functions for WordPress
junify
:
JUnify ― JavaScript Unification Library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
transparent-proxy
?
Download (.md)
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](https://code.google.com/p/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