aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-02-14 16:30:01 +0000
committerMatthew Wild <mwild1@gmail.com>2022-02-14 16:30:01 +0000
commitc3f82ad2e9868b49cbc429f44559c652200fa088 (patch)
tree2947e1c6e76055b4147b7f96d8adb9e6a3138b44 /prosody.cfg.lua.dist
parent94140346fffb660695ff1eaf472c61eb92ef29f2 (diff)
downloadprosody-c3f82ad2e9868b49cbc429f44559c652200fa088.tar.gz
prosody-c3f82ad2e9868b49cbc429f44559c652200fa088.zip
prosody.cfg.lua.dist: Comment improvements: s2s authentication
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index d7b47fc7..78f65e42 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -113,8 +113,8 @@ s2s_secure_auth = true
-- Some servers have invalid or self-signed certificates. You can list
-- remote domains here that will not be required to authenticate using
--- certificates. They will be authenticated using DNS instead, even
--- when s2s_secure_auth is enabled.
+-- certificates. They will be authenticated using other methods instead,
+-- even when s2s_secure_auth is enabled.
--s2s_insecure_domains = { "insecure.example" }