diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-20 14:40:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-20 14:40:09 -0400 |
commit | d8ac7d557c0af199d21639a52a8c8c9dd201f555 (patch) | |
tree | 860976a13540f0c40663e91dd6f6c200fa084b6e /doc | |
parent | 3bf9974b6c4ee9f2a8204c058e1b7c206b99d620 (diff) | |
parent | cb813a352c1ee76c101fe2143b6fff75842b9e42 (diff) | |
download | tor-d8ac7d557c0af199d21639a52a8c8c9dd201f555.tar.gz tor-d8ac7d557c0af199d21639a52a8c8c9dd201f555.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 95620a3344..05a612d6a2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1834,8 +1834,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 "\*". + |