commit b89130e4b4a03549bda540876c70da14f91cc147 Author: Nick Mathewson nickm@torproject.org Date: Wed Mar 8 11:37:12 2017 -0500
Fix an xxx in dir-spec.txt --- dir-spec.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 714b3af..69697b5 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1910,7 +1910,9 @@ for the authority. The identity is an uppercase hex fingerprint of the authority's current (v3 authority) identity key. The address is the server's hostname. The IP is the server's current IP address, - and dirport is its current directory port. XXXXorport + and dirport is its current directory port. The orport is the + port at that address where the authority listens for OR + connections.
"contact" SP string NL
tor-commits@lists.torproject.org