mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
update ARM plugin documentation
Update the ARM documentation of plugin usage as the extension in the plugin library path is now optional.
This commit is contained in:
parent
b0061843b7
commit
284806029a
1 changed files with 4 additions and 2 deletions
|
|
@ -47,8 +47,10 @@ A plugin is configured with the :any:`plugin` statement in :iscman:`named.conf`:
|
|||
};
|
||||
|
||||
|
||||
In this example, file ``library.so`` is the plugin library. ``query``
|
||||
indicates that this is a query plugin.
|
||||
In this example, ``query`` indicates that this is a query plugin,
|
||||
and ``library.so`` is the name of the plugin library. Note that the
|
||||
library file extension (in this case, ``.so``) is optional, and can
|
||||
be omitted.
|
||||
|
||||
Multiple :any:`plugin` statements can be specified, to load different
|
||||
plugins or multiple instances of the same plugin.
|
||||
|
|
|
|||
Loading…
Reference in a new issue