Tor is on port 9050, Proxy commented out by default
This commit is contained in:
parent
1f3cbe8bde
commit
2f9e0f85e4
@ -19,7 +19,7 @@
|
||||
|
||||
/*
|
||||
* Should pollers crawl .onion instances
|
||||
* Requires a local tor proxy on 127.0.0.1:9080
|
||||
* Requires a local tor proxy on 127.0.0.1:9050
|
||||
*/
|
||||
"crawlonion": false,
|
||||
|
||||
@ -40,12 +40,12 @@
|
||||
|
||||
// Connect through the following proxies
|
||||
"proxies": [
|
||||
{
|
||||
"host": "127.0.0.1",
|
||||
"port": 1080,
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
// {
|
||||
// "host": "127.0.0.1",
|
||||
// "port": 9050,
|
||||
// "username": "",
|
||||
// "password": ""
|
||||
// }
|
||||
],
|
||||
|
||||
// External accounts to follow blindspots
|
||||
|
Loading…
x
Reference in New Issue
Block a user