Mercurial > prosody-modules
view mod_readonly/README.md @ 6533:0f61d13ebbde
mod_firewall: Update module status when scripts succeed/fail to load
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 06 May 2026 15:41:56 +0100 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```
