Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

TCP/UDP Proxy Dockerized GitHub Workflow Status GitHub issues GitHub release (latest by date)

A simple Docker container that forwards incoming TCP or UDP traffic to a specific IP.

This container uses MengRao/TCP-UDP-Proxy.

Useful Links

Environment Variables

LOCAL_PORT The local port where the incoming packets arrive at

REMOTE_PORT The port the proxy sends the packets to

REMOTE_IP The IP the proxy sends the packets to

PROTOCOL The Protocol (Either udp or tcp)

Example

docker run -e LOCAL_PORT=10000 -e REMOTE_PORT=10000 -e REMOTE_IP=127.0.0.1 -e PROTOCOL=udp henkelmax/proxy

About

A simple Docker container that forwards incoming TCP or UDP traffic to a specific IP.

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages