24hoursmedia/flowforward-proxy

By 24hoursmedia

Updated over 2 years ago

Easy to configure forward proxy with ENV only configuration.

Image
Networking
0

943

24hoursmedia/flowforward-proxy repository overview

FLOWFORWARD-PROXY

Easy to configure forward proxy with ENV only configuration.

Getting started

Run from dockerhub

Start two forward proxies, visit http://localhost:8772 and http://localhost:8773 to visit the proxied sites.

The first proxy is configured for a https backend. Https is the default since a forward proxy connects to servers 'far away', for which pretty much always https is the standard.

The second proxy for a http backend (explicitly specify the protocol).

docker run --rm \
    -p "8772:8772" \
    -p "8773:8773" \
    -e "PROXY_BACKEND=www.google.com" \
    -e "PROXY_PORT=8772" \
    -e "PROXY_BACKEND2=www.example.com" \
    -e "PROXY_PORT2=8773" \
    -e "PROXY_PROTOCOL2=http" \
    24hoursmedia/flowforward-proxy:1.0.0-nginx1.25-alpine3.18-slim

Tag summary

Content type

Image

Digest

sha256:d18fd8ebe

Size

7.1 MB

Last updated

over 2 years ago

docker pull 24hoursmedia/flowforward-proxy:1.0.0-nginx1.25-alpine3.18-slim