view mod_readonly/README.md @ 6413:0703ef9f8db8

mod_dnsupdate: Support multiple hosts/components
author Kim Alvefur <zash@zash.se>
date Mon, 23 Feb 2026 16:22:33 +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" };
}
```