Skip to content

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

License

Notifications You must be signed in to change notification settings

henkelmax/docker-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published