diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-20 17:09:25 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-20 17:09:25 +0200 |
commit | 1cbf45bed1451997e0815bedca8e816d87e081ce (patch) | |
tree | 5751a090bff30421dbc4682e38074a56687be5e6 /doc | |
parent | cff3b8c93cf312956e629b4caab8f5e48d1e10dd (diff) | |
download | tor-1cbf45bed1451997e0815bedca8e816d87e081ce.tar tor-1cbf45bed1451997e0815bedca8e816d87e081ce.tar.gz |
Make option OutboundBindAddress accept IPv6 addresses too.
Implements ticket 6786.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 97fdb4813..8245ff419 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -472,8 +472,10 @@ GENERAL OPTIONS **OutboundBindAddress** __IP__:: Make all outbound connections originate from the IP address specified. This is only useful when you have multiple network interfaces, and you want all - of Tor's outgoing connections to use a single one. This setting will be - ignored for connections to the loopback addresses (127.0.0.0/8 and ::1). + of Tor's outgoing connections to use a single one. This option may + be used twice, once with an IPv4 address and once with an IPv6 address. + This setting will be ignored for connections to the loopback addresses + (127.0.0.0/8 and ::1). **PidFile** __FILE__:: On startup, write our PID to FILE. On clean shutdown, remove |