diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-03-10 21:41:55 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-03-10 21:41:55 +0300 |
commit | b179874ec670355981f0b9d9eec24754df6654f2 (patch) | |
tree | 9dba438f61380d069d0a6fbb4a61105d2e153036 | |
parent | Strip duplicates from module's options (diff) |
Add mod_fail2ban to the example config
-rw-r--r-- | ejabberd.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 49506ed9c..28b238057 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -832,6 +832,7 @@ modules: ## and check your accessibility at https://check.messaging.one/ mod_s2s_dialback: {} mod_http_api: {} + mod_fail2ban: {} ## ## Enable modules with custom options in a specific virtual host |