Skip to content
Snippets Groups Projects
Commit cb813a35 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix documentation bug 25857: the universe is ::/0, not ::/128

Patch from CTassisF.
parent 44aa586d
No related branches found
No related tags found
No related merge requests found
o Documentation:
- Correct an IPv6 error in the documentation for ExitPolicy.
Closes ticket 25857. Patch from "CTassisF".
......@@ -1835,8 +1835,8 @@ is non-zero):
"**accept[6]**|**reject[6]** __ADDR__[/__MASK__][:__PORT__]". If /__MASK__ is
omitted then this policy just applies to the host given. Instead of giving
a host or network you can also use "\*" to denote the universe (0.0.0.0/0
and ::/128), or \*4 to denote all IPv4 addresses, and \*6 to denote all
IPv6 addresses.
and ::/0), or \*4 to denote all IPv4 addresses, and \*6 to denote all IPv6
addresses.
__PORT__ can be a single port number, an interval of ports
"__FROM_PORT__-__TO_PORT__", or "\*". If __PORT__ is omitted, that means
"\*". +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment