Skip to content
Snippets Groups Projects
Commit db67867a authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'pastly/ticket20486'

parents e6d84ac0 d8d6d8c2
No related branches found
No related tags found
No related merge requests found
o Documentation (Onion Services):
- tor's man page incorrectly states that HiddenServiceDir must already
exist. This is not true. Fixes 20486.
......@@ -2334,9 +2334,9 @@ The following options are used to configure a hidden service.
[[HiddenServiceDir]] **HiddenServiceDir** __DIRECTORY__::
Store data files for a hidden service in DIRECTORY. Every hidden service
must have a separate directory. You may use this option multiple times to
specify multiple services. DIRECTORY must be an existing directory.
specify multiple services. If DIRECTORY does not exist, Tor will create it.
(Note: in current versions of Tor, if DIRECTORY is a relative path,
it will be relative to current
it will be relative to the current
working directory of Tor instance, not to its DataDirectory. Do not
rely on this behavior; it is not guaranteed to remain the same in future
versions.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment