Sign inSign up

andreaswachs/forward-proxy

By andreaswachs

Updated over 3 years ago

Forward Proxy supporting forwarding of both UDP and TCP traffic.

Image
0

423

andreaswachs/forward-proxy repository overview

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.

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

Tag summary

Content type

Image

Digest

sha256:87c058464

Size

26.4 MB

Last updated

over 3 years ago

docker pull andreaswachs/forward-proxy