]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document the case of HiddenServiceDir being defined as relative path.
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 21 Dec 2014 17:05:10 +0000 (19:05 +0200)
committerrl1987 <rl1987@sdf.lonestar.org>
Sun, 21 Dec 2014 17:05:10 +0000 (19:05 +0200)
changes/bug13913 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug13913 b/changes/bug13913
new file mode 100644 (file)
index 0000000..7d908bd
--- /dev/null
@@ -0,0 +1,5 @@
+  o Documentation:
+    - Clarify HiddenServiceDir option description in manpage to make it
+      clear that directory in question is relative to current working 
+      directory of Tor instance if it is defined as a relative path. Fixes
+      issue 13913.
index e876829cf6fd90c68161a889109d2c9da6603da1..92f04079188f24cf05b81ab13810475121449777 100644 (file)
@@ -2025,6 +2025,8 @@ The following options are used to configure a hidden service.
     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.
+    NB: if DIRECTORY is defined in relative way, it will be relative to current
+    working directory of Tor instance, not it's DataDirectory.
 
 [[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
     Configure a virtual port VIRTPORT for a hidden service. You may use this