mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Comment improvements: s2s authentication
This commit is contained in:
parent
94140346ff
commit
c3f82ad2e9
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue