diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-04-18 16:16:10 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-04-18 16:16:10 +1000 |
commit | 72299ab078d343977a1ecdeb34cec0beaec54049 (patch) | |
tree | 1107ba3787a61ea45c249b4be58f3f0e88ba51ce /src | |
parent | Remove forgotten -compile(export_all). (diff) |
Add captcha_limit option to the example config
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd.cfg.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 0912bf55..c776a8cb 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -479,6 +479,10 @@ %% %%{captcha_host, "example.org:5280"}. +%% +%% Limit CAPTCHA calls per minute for JID/IP to avoid DoS. +%% +%%{captcha_limit, 5}. %%%. ======= %%%' MODULES |