diff options
author | Matthew Finkel <Matthew.Finkel@gmail.com> | 2014-10-29 00:29:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-18 13:14:09 -0500 |
commit | 0a7d22a664505c5235031fc2d3d792b83254b5ad (patch) | |
tree | 3236545e95744e96e0ac7ac4180a3c2ca3e63214 /changes | |
parent | 1ceb7142a131bd8706663d2b3c27d66a2dcb2a46 (diff) | |
download | tor-0a7d22a664505c5235031fc2d3d792b83254b5ad.tar.gz tor-0a7d22a664505c5235031fc2d3d792b83254b5ad.zip |
Client should check if dir server has open dir port or handles tunnelled requests
Final piece of prop 237. Closes 12538.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature12538 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature12538 b/changes/feature12538 new file mode 100644 index 0000000000..4e7ea9f41d --- /dev/null +++ b/changes/feature12538 @@ -0,0 +1,6 @@ + o Minor features (directory system): + Previously only relays who explicitly opened a directory port (DirPort) + accepted directory requests from clients. Now all relays, with and without + a DirPort, who do not disable the DirCache option accept and serve + directory requests sent (tunnelled) through their ORPort. + Closes ticket 12538. |