You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
730 B
16 lines
730 B
|
|
#########################################
|
|
# CONFIGURATION OF TOR CONTAINER
|
|
#########################################
|
|
|
|
# To get Tor bridges head over to https://bridges.torproject.org and click on
|
|
# Get bridges, then you will see a form with "Advanced Options" header
|
|
# leave the Pluggable Transport as obfs4 and click on Get Bridges button
|
|
# solve the captcah, you will get the bridge addresses (usually 3)
|
|
# Add these bridges with the help of the below template
|
|
# you need to prefix those with the word "Bridge" and have each of them in a new line.
|
|
# At last, set UseBridges to 1 so the Tor container uses the bridges you add in previous steps.
|
|
|
|
UseBridges 0
|
|
#Bridge obfs4 IP:PORT 1111222233334444 cert=XXXXYYYYZZZZ iat-mode=0
|
|
|
|
|