mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Fix a missing :: in an IPv6 addr in the documentation
Closes 19743.
This commit is contained in:
parent
7f145b54af
commit
5e571900b3
4
changes/bug19743
Normal file
4
changes/bug19743
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
o Documentation:
|
||||||
|
- Correct the IPv6 syntax in our documentation for the
|
||||||
|
VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743.
|
||||||
|
|
@ -1251,7 +1251,7 @@ The following options are useful only for clients (that is, if
|
|||||||
+
|
+
|
||||||
When providing proxy server service to a network of computers using a tool
|
When providing proxy server service to a network of computers using a tool
|
||||||
like dns-proxy-tor, change the IPv4 network to "10.192.0.0/10" or
|
like dns-proxy-tor, change the IPv4 network to "10.192.0.0/10" or
|
||||||
"172.16.0.0/12" and change the IPv6 network to "[FC00]/7".
|
"172.16.0.0/12" and change the IPv6 network to "[FC00::]/7".
|
||||||
The default **VirtualAddrNetwork** address ranges on a
|
The default **VirtualAddrNetwork** address ranges on a
|
||||||
properly configured machine will route to the loopback or link-local
|
properly configured machine will route to the loopback or link-local
|
||||||
interface. For
|
interface. For
|
||||||
|
Loading…
Reference in New Issue
Block a user