Mercurial > prosody-modules
view mod_s2s_whitelist/README.markdown @ 5573:ed177fa5b54c
mod_pubsub_feeds: Fix mixup between feed object and parsed feed
Did the HMAC thing ever work?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Jun 2023 16:42:57 +0200 |
parents | 313937349fbc |
children |
line wrap: on
line source
This module lets you block connections to any remote servers not on a whitelist. ``` {.lua} modules_enabled = { -- other modules -- "s2s_whitelist", } s2s_whitelist = { "example.org", } ```