Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 3994:5a3dfb970888
mod_firewall: do not log indifferent result
author | Georg Lukas <georg@op-co.de> |
---|---|
date | Mon, 27 Apr 2020 17:18:24 +0200 |
parent | 3437:ce5d1fa69ba3 |
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" }; } ```