We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd64fa commit dd174f8Copy full SHA for dd174f8
install_files/ansible-base/roles/tails-config/defaults/main.yml
@@ -41,3 +41,9 @@ tails_config_deprecated_directories:
41
tails_config_deprecated_config_files:
42
- 70-tor-reload.sh
43
- 99-tor-reload.sh
44
+
45
+# v2 Tor onion services are on / v3 Tor onion services are off by default for backwards
46
+# compatibility. Note that new installs after 1.0 will have v3 enabled by sdconfig which
47
+# will override these variables.
48
+v2_onion_services: true
49
+v3_onion_services: false
0 commit comments