tor-privoxy. Adding bridges config example to the config/torrc.dist.

This commit is contained in:
Alexey Skobkin 2021-12-20 20:20:14 +03:00
parent 7182b384c2
commit 77671e2b6e
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -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