mod_s2s_blacklist/README.markdown
changeset 3158 59dd0cdae560
child 5187 3b5358934d15
--- /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",
+}
+```