Update README.md

This commit is contained in:
Jan Rude
2014-07-12 21:07:12 +02:00
parent c7bd939c34
commit 4e4fcc93ed

View File

@@ -25,11 +25,11 @@ v0.8 Added support for Privoxy and TOR
```
-> It is now possible to use Typo-Enumerator with Privoxy and TOR (--tor)<br>
Privoxy is used to prevent dns leakage ;)<br>
Please make sure the Privoxy config (/etc/privoxy/config) is set to something like:<br>
Please make sure the Privoxy config (/etc/privoxy/config) is set to something like:<br>
listen-address 127.0.0.1:8118<br>
forward-socks5 / 127.0.0.1:9050 .<br>
These are the standart ports for Privoxy and TOR<br>
If TOR is used, threads will be set to 2 in order to minimize errors<br>
These are the standart ports for Privoxy and TOR<br>
If TOR is used, threads will be set to 2 in order to minimize errors<br>
-> All requests (except of the update download) are now made with urllib2<br>