tor-privoxy. Adding bridges.
This commit is contained in:
parent
121cdbe29a
commit
03547adb28
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue