From cedeabd6a80af639aef6ead85f66abcc144dc22f Mon Sep 17 00:00:00 2001 From: aitzol Date: Fri, 1 Mar 2024 17:21:11 +0100 Subject: [PATCH] v1.3.2 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21a1fce..51d9027 100644 --- a/readme.md +++ b/readme.md @@ -272,7 +272,7 @@ There is also ```docker-prosody-module-pre-install.bash``` which downloads the s If you need additional configuration just overwrite the respective _cfg.lua_ file or add new ones. #### Firewall module -Optionally, the Firewall module can be enabled through the ```ENABLE_FIREWALL``` environment variable. By default, the module obtains the list of spamming used known domains through the CDN service provided by [cdn.jsdelivr.net](https://cdn.jsdelivr.net/) at https://cdn.jsdelivr.net/gh/jabberspam/blacklist/blacklist.txt , but additionally a custom blacklist can be used through the ```SPAM_BLOCKLIST``` environment variable. +By default, the Firewall module obtains the list of spamming used known domains through the CDN service provided by [cdn.jsdelivr.net](https://cdn.jsdelivr.net/) at https://cdn.jsdelivr.net/gh/jabberspam/blacklist/blacklist.txt , but additionally a custom blacklist can be used through the ```SPAM_BLOCKLIST``` environment variable. If you need more sophisticated rules, please refer to the module [documentation](https://modules.prosody.im/mod_firewall).