From 4976eca8261015dd2a214c4f4722dcdbcfed9c64 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 9 Jul 2018 16:11:39 -0400 Subject: hs: Render obsolete Tor2web Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet --- src/feature/dircache/directory.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/feature/dircache') diff --git a/src/feature/dircache/directory.c b/src/feature/dircache/directory.c index a723176185..230fa69a1e 100644 --- a/src/feature/dircache/directory.c +++ b/src/feature/dircache/directory.c @@ -803,10 +803,8 @@ directory_choose_address_routerstatus(const routerstatus_t *status, * allowed by the firewall. * * (When Tor uploads and downloads a hidden service descriptor, it uses - * DIRIND_ANONYMOUS, except for Tor2Web, which uses DIRIND_ONEHOP. - * So this code will only modify the address for Tor2Web's HS descriptor - * fetches. Even Single Onion Servers (NYI) use DIRIND_ANONYMOUS, to avoid - * HSDirs denying service by rejecting descriptors.) + * DIRIND_ANONYMOUS. Even Single Onion Servers (NYI) use DIRIND_ANONYMOUS, + * to avoid HSDirs denying service by rejecting descriptors.) */ /* Initialise the OR / Dir addresses */ -- cgit v1.2.3-54-g00ecf