From fde42d8486b1573ce7a5a6d8837c9e758cabfb2b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 14 Feb 2022 16:01:34 +0000 Subject: prosody.cfg.lua.dist: Comment improvements --- prosody.cfg.lua.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 844c0f8a..1a268188 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -122,7 +122,8 @@ s2s_secure_auth = true --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 @@ VirtualHost "localhost" ---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" -- cgit v1.2.3