Skip to content
/ mole Public

Mole is an HTTP connect tunnel powered by smokescreen

Notifications You must be signed in to change notification settings

frain-dev/mole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mole is an HTTP connect tunnel powered by smokescreen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages