aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-20 14:35:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-20 14:35:33 -0400
commitcb813a352c1ee76c101fe2143b6fff75842b9e42 (patch)
treecc2e7c17af5195973725906fc001ccfd8e14b1b1 /doc
parent44aa586dea7d8fb4a7db2d0beae46a0c3ae7589b (diff)
downloadtor-cb813a352c1ee76c101fe2143b6fff75842b9e42.tar.gz
tor-cb813a352c1ee76c101fe2143b6fff75842b9e42.zip
Fix documentation bug 25857: the universe is ::/0, not ::/128
Patch from CTassisF.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 369cdb5264..dd9f9cefa7 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -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
"\*". +