From f94a99072abd2c3ea8ec73121eb20cf90e7b8aa5 Mon Sep 17 00:00:00 2001 From: nickodev Date: Mon, 2 Sep 2019 10:13:05 +0430 Subject: [PATCH] set UseBridges to 0 by default --- docker/my-dojo/conf/docker-tor.conf.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/my-dojo/conf/docker-tor.conf.tpl b/docker/my-dojo/conf/docker-tor.conf.tpl index fb6916c..2e5a1a7 100644 --- a/docker/my-dojo/conf/docker-tor.conf.tpl +++ b/docker/my-dojo/conf/docker-tor.conf.tpl @@ -9,8 +9,8 @@ # 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. -# The UseBridges setting can be used to set Bridge usage in the Tor container. +# At last, set UseBridges to 1 so the Tor container uses the bridges you add in previous steps. -UseBridges 1 +UseBridges 0 #Bridge obfs4 IP:PORT 1111222233334444 cert=XXXXYYYYZZZZ iat-mode=0