diff options
author | David Goulet <dgoulet@torproject.org> | 2021-03-23 08:19:02 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-03-23 08:19:02 -0400 |
commit | 35b601a8b5f3d0da989d93a28b585ee570f680fd (patch) | |
tree | e48c4a93656c81401f181e7c5052fe47132e7f5c /doc | |
parent | 5c7f9844e4f448d3d015fcdaaf685666e37da1cb (diff) | |
parent | ed7081ae2eab64482eaa432836a6c6b58aebece2 (diff) | |
download | tor-35b601a8b5f3d0da989d93a28b585ee570f680fd.tar.gz tor-35b601a8b5f3d0da989d93a28b585ee570f680fd.zip |
Merge branch 'tor-gitlab/mr/342'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 768e6696d7..20e3bc7c3a 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2186,13 +2186,14 @@ is non-zero): (Default: "month 1 0:00") [[Address]] **Address** __address__:: - The IPv4 address of this server, or a fully qualified domain name of - this server that resolves to an IPv4 address. You can leave this - unset, and Tor will try to guess your IPv4 address. This IPv4 - address is the one used to tell clients and other servers where to - find your Tor server; it doesn't affect the address that your server - binds to. To bind to a different address, use the ORPort and - OutboundBindAddress options. + The address of this server, or a fully qualified domain name of this server + that resolves to an address. You can leave this unset, and Tor will try to + guess your address. If a domain name is provided, Tor will attempt to + resolve it and use the underlying IPv4/IPv6 address as its publish address + (taking precedence over the ORPort configuration). The publish address is + the one used to tell clients and other servers where to find your Tor + server; it doesn't affect the address that your server binds to. To bind + to a different address, use the ORPort and OutboundBindAddress options. [[AddressDisableIPv6]] **AddressDisableIPv6** **0**|**1**:: By default, Tor will attempt to find the IPv6 of the relay if there is no |