prosody.cfg.lua.dist: Comment improvements: s2s authentication

This commit is contained in:
Matthew Wild 2022-02-14 16:30:01 +00:00
parent 94140346ff
commit c3f82ad2e9

View file

@ -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" }