mod_s2s_blacklist: Add a README
authorKim Alvefur <zash@zash.se>
Thu, 28 Jun 2018 11:42:19 +0200
changeset 3158 59dd0cdae560
parent 3157 e0de1fdbc80a
child 3159 6e5bde0879ad
mod_s2s_blacklist: Add a README
mod_s2s_blacklist/README.markdown
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_s2s_blacklist/README.markdown	Thu Jun 28 11:42:19 2018 +0200
@@ -0,0 +1,8 @@
+This module lets you block connections to remote servers at the s2s
+level.
+
+``` {.lua}
+s2s_blacklist = {
+    "proxy.eu.jabber.org",
+}
+```