aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove any mention of SOCKS4Wladimir J. van der Laan2014-07-241-5/+0
| | | | SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option.
* Typo fix: `anonimized => anonymized` + `infromation => information`Calvin Tam2014-02-051-1/+1
|
* Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen2013-10-161-3/+3
|\ | | | | Rename -tor to -onion to better reflect what it does.
| * Rename -tor to -onion to better reflect what it does.Gregory Maxwell2013-09-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | I've seen users confused multiple times thinking they should be using -tor to set their tor proxy and then finding in horror that they were still connecting to the IPv4 internet. Even Jeff guesses wrong about what the knob does, so I think we should rename it. This leaves the old knob working, we can pull it out completely in a later release.
* | [doc] Add testnet hidden service port to the example tor config.Gregory Maxwell2013-10-141-0/+1
|/ | | | | | Seems like there are a lot of advertised testnet HS nodes that don't actually work. Lack of the testnet port on the example HS config might be one reason.
* Markdown Cleanup - Part 2super32013-06-161-0/+89
Now everything is in markdown...