Skip to content

Akagi201/udpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udpproxy

A simple UDP Proxy Server in Golang.

Features

  • one source, multi target based on copy.

Build

Note: This project uses Go Modules and requires Go 1.11 or higher.

  • Using Go Modules (recommended):
    git clone https://github.com/Akagi201/udpproxy.git
    cd udpproxy
    go build
  • Docker: docker build -t udpproxy .
  • Legacy GOPATH mode: 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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors