X Tutup
The Wayback Machine - https://web.archive.org/web/20200917042413/https://github.com/Akagi201/udpproxy
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

A simple UDP Proxy Server in Golang.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup