diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-10-30 06:08:47 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-11-10 15:48:26 +0100 |
commit | 556a1b9e459d28b5f37fa012176d6931fe721844 (patch) | |
tree | e7b5c12c255d40a2df62bee90ef8e2b7603242e6 /doc/spec | |
parent | b9cac605abf029d9f0eb3d83a5f64f5b484d61c1 (diff) | |
download | tor-556a1b9e459d28b5f37fa012176d6931fe721844.tar.gz tor-556a1b9e459d28b5f37fa012176d6931fe721844.zip |
Change Natd into NATD in our options.
Breaking this out of the last commit because this might be more
controversial.
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/address-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/address-spec.txt b/doc/spec/address-spec.txt index 2e1aff2b8a..ce6d2b65e7 100644 --- a/doc/spec/address-spec.txt +++ b/doc/spec/address-spec.txt @@ -12,7 +12,7 @@ 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 - method (such as SOCKS4, TransPort, or NatdPort), these hostnames can be + method (such as SOCKS4, TransPort, or NATDPort), these hostnames can be substituted for certain IP addresses using the MapAddress configuration option or the MAPADDRESS control command. |