aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-13 16:57:24 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-13 16:57:24 -0700
commit2ffc727b51255bbaffe1636a023eb9eb7ce1c19b (patch)
treeab3c3eb2132c4dde5ae0902fc27385b4dd430541
parent5b8a50c1c4c5ebee130e7e14289427482e0a6ab6 (diff)
downloadyt-local-2ffc727b51255bbaffe1636a023eb9eb7ce1c19b.tar.lz
yt-local-2ffc727b51255bbaffe1636a023eb9eb7ce1c19b.tar.xz
yt-local-2ffc727b51255bbaffe1636a023eb9eb7ce1c19b.zip
edit readme regarding tor-routing settings
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d5627d8..9aa7b87 100644
--- a/README.md
+++ b/README.md
@@ -31,11 +31,8 @@ Local playlists are found at http://localhost/youtube.com/playlists
### Using Tor
-Change
-```ROUTE_TOR = False```
-to
-```ROUTE_TOR = True```
-in server.py to enable Tor routing
+Change `route_tor = False` to `route_tor = True` in settings.txt to enable Tor routing.
+If settings.txt doesn't exist yet, run the program and it will be created with the default settings.
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.