edit readme regarding tor-routing settings

This commit is contained in:
James Taylor 2018-07-13 16:57:24 -07:00
parent 5b8a50c1c4
commit 2ffc727b51

View File

@ -31,11 +31,8 @@ Local playlists are found at http://localhost/youtube.com/playlists
### Using Tor ### Using Tor
Change Change `route_tor = False` to `route_tor = True` in settings.txt to enable Tor routing.
```ROUTE_TOR = False``` If settings.txt doesn't exist yet, run the program and it will be created with the default settings.
to
```ROUTE_TOR = True```
in server.py to enable Tor routing
Ensure tor is listening for Socks5 connections on port 9050 (a simple way to accomplish this is by opening the Tor Browser Bundle and leaving it open). Your connections should now be routed through Tor. Ensure tor is listening for Socks5 connections on port 9050 (a simple way to accomplish this is by opening the Tor Browser Bundle and leaving it open). Your connections should now be routed through Tor.