davydes / tor

Tor in docker with obfs4 bridges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO USE IT

1 Checkout poject

git clone https://github.com/davydes/tor.git
cd tor

2 Build image

docker-compose build

3 Get obfs4 bridge lines

  1. Goto: https://bridges.torproject.org/options/ and get bridges.
  2. Place all bridge lines to file torrc: each line place as Bridge <line>
  3. Save torrc file

4 Run it

docker-compose up -d

5 Make sure that it's working

docker-compose logs --follow

You have to see that bootstap completed!

Press Ctrl+C to stop watch logs

6 Configure socks proxy

Use proxy address 127.0.0.1:9050

About

Tor in docker with obfs4 bridges


Languages

Language:Dockerfile 100.0%