udpproxy

command module
v0.0.0-...-3e995e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL