Software /
code /
prosody
Changeset
12340:7d132ea04a05
prosody.cfg.lua.dist: Comment improvements: s2s authentication
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2022 16:30:01 +0000 |
parents | 12339:4ba0a0dfa047 |
children | 12341:48aa833f9649 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Mon Feb 14 16:29:38 2022 +0000 +++ b/prosody.cfg.lua.dist Mon Feb 14 16:30:01 2022 +0000 @@ -113,8 +113,8 @@ -- 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" }