commit 26e7e519dc72aba1f00b9f0179f58e10fafda3d2 Author: Nick Mathewson nickm@torproject.org Date: Mon Nov 10 09:03:11 2014 -0500
Document networkstatus-bridges
Closes 13713; patch from 'tom' --- changes/bug13713 | 3 +++ doc/tor.1.txt | 5 +++++ 2 files changed, 8 insertions(+)
diff --git a/changes/bug13713 b/changes/bug13713 new file mode 100644 index 0000000..412b406 --- /dev/null +++ b/changes/bug13713 @@ -0,0 +1,3 @@ + o Documentation: + - Document the bridge-authority-only 'networkstatus-bridges' + file. Closes ticket 13713; patch from "tom". diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5810713..eb406e7 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2409,6 +2409,11 @@ __DataDirectory__**/stats/conn-stats**:: Only used by servers. This file is used to collect approximate connection history (number of active connections over time).
+__DataDirectory__**/networkstatus-bridges**:: + Only used by authoritative bridge directories. Contains information + about bridges that have self-reported themselves to the bridge + authority. + __HiddenServiceDirectory__**/hostname**:: The <base32-encoded-fingerprint>.onion domain name for this hidden service. If the hidden service is restricted to authorized clients only, this file
tor-commits@lists.torproject.org