Forward Proxy supporting forwarding of both UDP and TCP traffic.
423
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.
A simple Docker container that forwards incoming TCP or UDP traffic to a specific IP.
This container uses MengRao/TCP-UDP-Proxy.
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)
docker run -e LOCAL_PORT=10000 -e REMOTE_PORT=10000 -e REMOTE_IP=127.0.0.1 -e PROTOCOL=udp henkelmax/proxy
Content type
Image
Digest
sha256:87c058464…
Size
26.4 MB
Last updated
over 3 years ago
docker pull andreaswachs/forward-proxy