: Reloads ACLs.
reload-lua-script *FILENAME*
-: (Re)loads Lua script *FILENAME*.
+: (Re)loads Lua script *FILENAME*. This replaces the script currently loaded.
reload-zones
: Reload authoritative and forward zones. Retains current configuration
Reload access control lists.
### `reload-lua-script [filename]`
-(Re-)Load Lua script.
+(Re-)Load Lua script. Note that loading a script fully replaces the one currently
+loaded.
### `reload-zones`
Reload data about all authoritative and forward zones. The configuration file is also scanned to see if the **auth-domain**, **forward-domain** and **export-etc-hosts** statements have changed, and if so, these changes are incorporated.
files and binaries may be found near the top of the `Makefile`, or passed
to `configure`.
+**note**: Only one script can be loaded at the same time. If you load a different
+script, the current one will be replaced!
+
If Lua support is available, a script can be configured either via the
configuration file, or at runtime via the `rec_control` tool. Scripts can
be reloaded or unloaded at runtime with no interruption in operations. If a