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

andreaswachs/forward-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository is forked to ensure its existence for my bachelors project. See more here

Further, the Dockerfile has been fixed enabling it to be be built.

TCP/UDP Proxy Dockerized

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 andreaswachs/forward-proxy

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 85.4%
  • Makefile 14.6%