diff options
| author | Calvin Tam <[email protected]> | 2014-02-05 21:34:44 +1100 |
|---|---|---|
| committer | Calvin Tam <[email protected]> | 2014-02-05 21:34:44 +1100 |
| commit | 5f8be1dadb66f109600fba00dcce48ad2d0c4670 (patch) | |
| tree | c9959e137e9db01f65e64057c4de3dc7506e084d /doc/tor.md | |
| parent | Merge pull request #3613 from cozz/cozz1 (diff) | |
| download | discoin-5f8be1dadb66f109600fba00dcce48ad2d0c4670.tar.xz discoin-5f8be1dadb66f109600fba00dcce48ad2d0c4670.zip | |
Typo fix: `anonimized => anonymized` + `infromation => information`
Diffstat (limited to 'doc/tor.md')
| -rw-r--r-- | doc/tor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.md b/doc/tor.md index 41dd71209..b5eb91e12 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -11,7 +11,7 @@ configure Tor. --------------------------------- The first step is running Bitcoin behind a Tor proxy. This will already make all -outgoing connections be anonimized, but more is possible. +outgoing connections be anonymized, but more is possible. -socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead of doing a (leaking) local DNS lookup. SOCKS5 is the default, |