summaryrefslogtreecommitdiffstats
path: root/roles/clients/files/vhostonion.cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'roles/clients/files/vhostonion.cfg.lua')
-rw-r--r--roles/clients/files/vhostonion.cfg.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/clients/files/vhostonion.cfg.lua b/roles/clients/files/vhostonion.cfg.lua
new file mode 100644
index 0000000..da878ed
--- /dev/null
+++ b/roles/clients/files/vhostonion.cfg.lua
@@ -0,0 +1,18 @@
+--
+-- Ansible managed.
+--
+-- Section for VirtualHost onion address
+
+VirtualHost "p4ac3ntp3ai643k3h5f7ubggg7zmdf7ddsnfybn5rejy73vqdcplzxid.onion"
+ modules_enabled = { "onions" };
+ onions_only = true
+ onions_tor_all = true
+ ssl = { }
+
+Component "rooms.p4ac3ntp3ai643k3h5f7ubggg7zmdf7ddsnfybn5rejy73vqdcplzxid.onion" "muc"
+ name = "Hidden Chatrooms"
+ modules_enabled = { "muc_mam", "onions" }
+ restrict_room_creation = "local"
+ onions_only = true
+ onions_tor_all = true
+ ssl = { }