mod_s2s_blacklist/README: Show inclusion in modules_enabled in example
authorKim Alvefur <zash@zash.se>
Thu, 02 Mar 2023 11:38:08 +0100
changeset 5187 3b5358934d15
parent 5186 20ba6340f524
child 5188 313937349fbc
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example Thanks amalgame21
mod_s2s_blacklist/README.markdown
--- a/mod_s2s_blacklist/README.markdown	Wed Mar 01 21:55:34 2023 +0100
+++ b/mod_s2s_blacklist/README.markdown	Thu Mar 02 11:38:08 2023 +0100
@@ -2,6 +2,11 @@
 level.
 
 ``` {.lua}
+modules_enabled = {
+    -- other modules --
+    "s2s_blacklist",
+
+}
 s2s_blacklist = {
     "proxy.eu.jabber.org",
 }