summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b44f7e3..2cf89df 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,15 @@ To configure a tor hidden service you can do something like the following:
ports => 22;
}
-The `HiddenServiceDir` is set to the `${data_dir}/${name}`.
+The `HiddenServiceDir` is set to the `${data_dir}/${name}`, but you can override
+it with the parameter `datadir`.
+
+If you wish to enable v3-style hidden services to correspond with the v2-style
+hidden services (the same configuration will be applied to both), you can pass
+the parameter `v3 => true`. The default is `false`.
+
+If you wish to enable single-hop onion addresses, you can enable them by
+passing `single_hop => true`. The default is `false`.
## Configuring directories<a name="configuring-directories"></a>