From 03547adb28234798866cbb241c6fde113ba075ba Mon Sep 17 00:00:00 2001 From: Alexey Eschenko Date: Thu, 16 Dec 2021 23:07:13 +0000 Subject: [PATCH] tor-privoxy. Adding bridges. --- tor-privoxy/.env.dist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tor-privoxy/.env.dist b/tor-privoxy/.env.dist index faa492a..bd10318 100644 --- a/tor-privoxy/.env.dist +++ b/tor-privoxy/.env.dist @@ -36,5 +36,13 @@ # A list of identity fingerprints, nicknames, and country codes of nodes to use for the first hop in your normal circuits. # Normal circuits include all circuits except for direct connections to directory servers. The Bridge option overrides this option; # if you have configured bridges and UseBridges is 1, the Bridges are used as your entry nodes. + +# Specify entry node(s) #TOR_EntryNodes=127.0.0.1 +# Enable bridges +#TOR_UseBridges=1 + +# Specify bridge(s) +#TOR_Bridge=obfs4 127.0.0.1:1234 1234ABCDEF cert=somecert iat-mode=0 +