diff options
Diffstat (limited to 'doc/spec/address-spec.txt')
-rw-r--r-- | doc/spec/address-spec.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/spec/address-spec.txt b/doc/spec/address-spec.txt index 966f34c3d9..2a84d857e6 100644 --- a/doc/spec/address-spec.txt +++ b/doc/spec/address-spec.txt @@ -5,10 +5,11 @@ $Id$ 1. Overview - Most of the time, Tor treats user-specified hostnames as opaque: When the - user connects to www.torproject.org, Tor picks an exit node and uses that node to - connect to "www.torproject.org". Some hostnames, however, can be used to override - Tor's default behavior and circuit-building rules. + Most of the time, Tor treats user-specified hostnames as opaque: When + the user connects to www.torproject.org, Tor picks an exit node and uses + that node to connect to "www.torproject.org". Some hostnames, however, + can be used to override Tor's default behavior and circuit-building + rules. These hostnames can be passed to Tor as the address part of a SOCKS4a or SOCKS5 request. If the application is connected to Tor using an IP-only |