https://github.com/codeskyblue/revproxy
Reverse Proxy for tcp layer, Use it to caculate network flow.
https://github.com/codeskyblue/revproxy
Last synced: about 1 month ago
JSON representation
Reverse Proxy for tcp layer, Use it to caculate network flow.
- Host: GitHub
- URL: https://github.com/codeskyblue/revproxy
- Owner: codeskyblue
- License: mit
- Created: 2014-11-05T08:18:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T02:35:25.000Z (over 10 years ago)
- Last Synced: 2025-03-27T03:22:37.040Z (about 2 months ago)
- Language: Go
- Size: 1.26 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
revproxy
========Reverse Proxy for tcp layer, Use it to caculate network flow.
```
go get -v github.com/codeskyblue/revproxy
cd $GOPATH/src/github.com/codeskyblue/revproxy
go build
```edit `_config.yml` to set proxies.
Run `./revproxy` will open a interaction cli.
```
Proxy engine started...
127.0.0.1:9000 --> 10.0.0.1:4000
127.0.0.1:8000 --> 10.0.0.1:4000Welcome to reverse proxy console
ReverseProxy $ h
Usage:
exit Exit program
help/h Show help information
print/p Show netstat infoReverseProxy $
```use `print` to see network flow.