summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 20:04:35 +0000
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 20:04:35 +0000
commit0a14a7c84da9e48a3363ef6c3ace06f84c737330 (patch)
tree178b818e8409ce47fe158648c2afaad5e5e4a6db /README.md
parent7170dae37787ad213ace30648a5929a1171f7529 (diff)
parent01cfa7e013179f17d981ef8ca9822a8c3bd727ff (diff)
Merge branch 'v3hs' into 'master'
add v3 hidden service support See merge request shared-puppet-modules-group/tor!16
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>