diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-10 09:03:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-10 09:03:11 -0500 |
commit | 26e7e519dc72aba1f00b9f0179f58e10fafda3d2 (patch) | |
tree | 0b06d4cfddf8a54d24b008a85055cb0aa4c3bf0b /doc | |
parent | 7f7df97579ba1035594c1d7589b890360ee93033 (diff) | |
download | tor-26e7e519dc72aba1f00b9f0179f58e10fafda3d2.tar.gz tor-26e7e519dc72aba1f00b9f0179f58e10fafda3d2.zip |
Document networkstatus-bridges
Closes 13713; patch from 'tom'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 58107130a6..eb406e7cb7 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 |