Git Product home page Git Product logo

docker-snowflake's Introduction

Note

Forked from https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy/-/tree/main

To run this docker container:

docker-compose up -d

Releasing a new image

First, build the image:

make build VERSION=X.Y

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 main

Adding custom options:

To use custom options when running this image you can add them to command: line in the docker-compose.yml like this:

command: [ "-broker" , "https://snowflake-broker.torproject.net/"  ]

so the full docker-compose.yml looks something like this:

version: "3.8"

services:
    snowflake-proxy:
        network_mode: host
        image: thetorproject/snowflake-proxy:latest
        container_name: snowflake-proxy
        restart: unless-stopped
        command: [ "-broker" , "https://snowflake-broker.torproject.net/" ]

Available options:

-broker string
        broker URL (default "https://snowflake-broker.bamsoftware.com/")
-capacity uint
        maximum concurrent clients
-keep-local-addresses
        keep local LAN address ICE candidates
-log string
        log filename
-relay string
        websocket relay URL (default "wss://snowflake.bamsoftware.com/")
-stun string
        stun URL (default "stun:stun.stunprotocol.org:3478")
-unsafe-logging
        prevent logs from being scrubbed

docker-snowflake's People

Contributors

cohosh avatar hashik-donthineni avatar lukechilds avatar meskio avatar nevets963 avatar nmfretz avatar rikhwanto avatar smolgrrr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.