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 +