# HG changeset patch # User Matthew Wild # Date 1644856201 0 # Node ID 7d132ea04a05fabc60aeb28811c0ebe17c9d2d9c # Parent 4ba0a0dfa04740e5b42b351da9a969451347eac8 prosody.cfg.lua.dist: Comment improvements: s2s authentication diff -r 4ba0a0dfa047 -r 7d132ea04a05 prosody.cfg.lua.dist --- 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" }