udpproxy
1.0.0
Ein einfacher UDP-Proxyserver in Golang.
docker build -t udpproxy .
go build main.go -o udpproxy
--source
: Datenquelle, Standardquelle ist :2203
.--target
: Datenziel, z. B. ip:port
.--quiet
: ob Protokollierungsinformationen gedruckt werden sollen oder nicht.--buffer
: Standard ist 10240.