Skip to content

Hashik-Donthineni/Docker-snowflake-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Building and Running:

docker-compose up

To Re-build and Run:

docker-compose up --build 

Adding Custom URLs:

To add custom URLs before building the image change the URLs in ENTRYPOINT to your desired URLs. Default URLs are shown below.

ENTRYPOINT [ "proxy" , "--broker" , "https://snowflake-broker.torproject.net/" , "--relay" , "wss://snowflake.torproject.net/" ]