Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 612 Bytes

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