modulepackage
0.0.0-20161026065525-4c801f934534
Repository: https://github.com/akagi201/udpproxy.git
Documentation: pkg.go.dev
# README
udpproxy
A simple UDP Proxy Server in Golang.
Features
- one source, multi target based on copy.
Build
- docker:
docker build -t udpproxy .
go build main.go -o udpproxy
Run
--source
: data source, default source is:2203
.--target
: data target, e.g.ip:port
.--quiet
: whether to print logging info or not.--buffer
: default is 10240.