Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 611 Bytes

Mole

Mole is an HTTP connect tunnel powered by smokescreen

Install

Build the docker image and tag it appropriately

$ docker build -t ghcr.io/frain-dev/mole:latest .

Run

$ docker run -p 4750:4750 -e PROXY_PASSWORD=$PROXY_PASSWORD ghcr.io/frain-dev/mole:latest

Configuration

Configure the server that wants to use the proxy by setting the HTTP_PROXY environment variable

export HTTP_PROXY="http://IP_ADDRESS:PORT"

Usage

For all outgoing requests the Proxy-Authorization header must be set to the value in the PROXY_PASSWORD environment variable.