Software /
code /
prosody
Changeset
12337:fea2d8fff5c6
prosody.cfg.lua.dist: Comment improvements
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2022 16:01:34 +0000 |
parents | 12336:a8367f169740 |
children | 12338:677ea3cc9c84 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Mon Feb 14 15:59:03 2022 +0000 +++ b/prosody.cfg.lua.dist Mon Feb 14 16:01:34 2022 +0000 @@ -122,7 +122,8 @@ --s2s_secure_domains = { "jabber.org" } --- Enable rate limits for incoming client and server connections +-- Enable rate limits for incoming client and server connections. These help +-- protect from excessive resource consumption and denial-of-service attacks. limits = { c2s = { @@ -224,7 +225,7 @@ ---Set up an external component (default component port is 5347) -- -- External components allow adding various services, such as gateways/ --- transports to other networks like ICQ, MSN and Yahoo. For more info +-- bridges to non-XMPP networks and services. For more info -- see: https://prosody.im/doc/components#adding_an_external_component -- --Component "gateway.example.com"