Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hengfeiyang/goproxy

a simple tcp/udp proxy
https://github.com/hengfeiyang/goproxy

Last synced: about 1 month ago
JSON representation

a simple tcp/udp proxy

Awesome Lists containing this project

README

        

# goproxy
a simple tcp/udp proxy

## Usage

```
Usage of ./goproxy:
-l string
-l=0.0.0.0:8080 指定本地监听端口
-p string
-p=tcp 指定协议类型 tcp/udp (default "tcp")
-s string
-s=127.0.0.1:80,127.0.0.1:81 指定真实服务器地址,多个用','隔开
```