Skip to content

This repository implements a Docker image that provides an obfs4 bridge.

Notifications You must be signed in to change notification settings

NullHypothesis/docker-obfs4-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-obfs4-bridge

This repository contains the docker files for an obfs4 Tor bridge.

Deploying an image

Take a look at our official setup instructions for more details.

Releasing a new image

First, build the image:

make build

Next, release a new version by adding a tag:

make tag VERSION=X.Y

Finally, release the image:

make release VERSION=X.Y

Once we released a new image version, we tag the respective git commit:

git tag -a -s "vVERSION" -m "Docker image version VERSION."
git push --tags origin master

About

This repository implements a Docker image that provides an obfs4 bridge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published