Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hengfeiyang/goproxy
- Owner: hengfeiyang
- License: mit
- Created: 2018-10-04T16:51:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T00:17:24.000Z (about 6 years ago)
- Last Synced: 2023-07-08T03:41:33.315Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 指定真实服务器地址,多个用','隔开
```