From cb813a352c1ee76c101fe2143b6fff75842b9e42 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 20 Apr 2018 14:35:33 -0400 Subject: [PATCH] Fix documentation bug 25857: the universe is ::/0, not ::/128 Patch from CTassisF. --- changes/25857 | 3 +++ doc/tor.1.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changes/25857 diff --git a/changes/25857 b/changes/25857 new file mode 100644 index 000000000..e457af2f8 --- /dev/null +++ b/changes/25857 @@ -0,0 +1,3 @@ + o Documentation: + - Correct an IPv6 error in the documentation for ExitPolicy. + Closes ticket 25857. Patch from "CTassisF". diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 369cdb526..dd9f9cefa 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 "\*". +