tor-privoxy. Adding bridges config example to the config/torrc.dist.
This commit is contained in:
parent
7182b384c2
commit
77671e2b6e
|
@ -14,3 +14,11 @@ SocksPort 0.0.0.0:9050 IsolateDestAddr
|
||||||
TransPort 0.0.0.0:9040
|
TransPort 0.0.0.0:9040
|
||||||
User tor
|
User tor
|
||||||
VirtualAddrNetworkIPv4 10.192.0.0/10
|
VirtualAddrNetworkIPv4 10.192.0.0/10
|
||||||
|
|
||||||
|
# Uncomment following lines and add some bridges if you want to use them.
|
||||||
|
# To get bridges visit https://bridges.torproject.org/bridges?transport=obfs4
|
||||||
|
# Or use Telegram bot @GetBridgesBot
|
||||||
|
#UseBridges 1
|
||||||
|
#ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed
|
||||||
|
#Bridge obfs4 1.2.3.4:1234 ABCD cert=xxx
|
||||||
|
#Bridge obfs4 2.3.4.5:2345 BCDE cert=yyy
|
||||||
|
|
Loading…
Reference in a new issue