mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
r19719@catbus: nickm | 2008-05-13 00:53:26 -0400
Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598
This commit is contained in:
parent
e1ef199cf6
commit
65e91f8d14
@ -654,9 +654,11 @@ $Id$
|
||||
|
||||
2.3. Nonterminals in router descriptors
|
||||
|
||||
nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
|
||||
hexdigest ::= a '$', followed by 20 hexadecimal characters.
|
||||
[Represents a server by the digest of its identity key.]
|
||||
nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-0]),
|
||||
case-insensitive.
|
||||
hexdigest ::= a '$', followed by 40 hexadecimal characters
|
||||
([A-Fa-f0-9]). [Represents a server by the digest of its identity
|
||||
key.]
|
||||
|
||||
exitpattern ::= addrspec ":" portspec
|
||||
portspec ::= "*" | port | port "-" port
|
||||
|
Loading…
Reference in New Issue
Block a user