Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 420 Bytes

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/" ]