summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-09-21 17:12:31 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-09-21 17:59:02 +0100
commit68afb82c933c1b80fdadf77f4a6bce6f2d4ef54d (patch)
treecb09a075a4efbd6d896222d487540c97ef3582e4 /files/prosody.cfg.lua.j2
parenteaf1e70bed9fb6029800a8d8ba5b0b53b4f32929 (diff)
Configure proxy65
This configuration allows me to remove the proxy DNS records, and keep the configuration internal to prosody.
Diffstat (limited to 'files/prosody.cfg.lua.j2')
-rw-r--r--files/prosody.cfg.lua.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2
index c05c730..52022f4 100644
--- a/files/prosody.cfg.lua.j2
+++ b/files/prosody.cfg.lua.j2
@@ -29,7 +29,6 @@ modules_enabled = {
"pep";
"ping";
"private";
- "proxy65";
"roster";
"sasl2";
"sasl2_bind2";