diff options
| author | Karsten Loesing <karsten.loesing@gmx.net> | 2016-06-28 11:07:08 +0200 |
|---|---|---|
| committer | Karsten Loesing <karsten.loesing@gmx.net> | 2016-06-28 11:07:08 +0200 |
| commit | 8bc30d6d4312a88770f848111b7eff909c6a975b (patch) | |
| tree | 315d222e9d2d5a782c0f29cad09a939f6419ec39 | |
| parent | 40ece65c499c116e4d332a99c91131693478653b (diff) | |
Specify "tunnelled-dir-server" line.
Partial implementation of prop 237, ticket 12538.
See also 1ceb714 in tor.git.
| -rw-r--r-- | dir-spec.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dir-spec.txt b/dir-spec.txt index c1bb2d4..3938679 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -722,6 +722,14 @@ Tor MAY accept a limited number of addresses or ports. As of Tor 0.2.3.x only the first address and the first port are used. + "tunnelled-dir-server" NL + + [At most once.] + [No extra arguments] + + Present if the router accepts "tunneled" directory requests using a + BEGIN_DIR cell over the router's OR port. + 2.1.2. Extra-info document format Extra-info documents consist of the following items: |
