[tor-bugs] #23653 [Core Tor/Tor]: When accessing onion service with no fetchable descriptor, Tor sits around until timeout rather than hanging up
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Sep 26 06:08:23 UTC 2017
#23653: When accessing onion service with no fetchable descriptor, Tor sits around
until timeout rather than hanging up
--------------------------+------------------------------------
Reporter: arma | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version: Tor: 0.2.8.2-alpha
Severity: Normal | Resolution:
Keywords: regression | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+------------------------------------
Comment (by teor):
arma asked me on IRC how to make a hidden service address no-one has ever
posted.
This command will do it:
{{{
export TORDIR=`mktemp -d`
src/or/tor DisableNetwork 1 DataDirectory "$TORDIR/data" HiddenServiceDir
"$TORDIR/hs" HiddenServiceVersion 3 HiddenServicePort 1
# type ctrl-C
cat "$TORDIR/hs/hostname"
}}}
It can be used for v2 or v3 by modifying the HiddenServiceVersion option.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23653#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list