]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update ARM plugin documentation
authorColin Vidal <colin@isc.org>
Thu, 24 Jul 2025 08:51:32 +0000 (10:51 +0200)
committerColin Vidal <colin@isc.org>
Mon, 28 Jul 2025 21:08:04 +0000 (23:08 +0200)
Update the ARM documentation of plugin usage as the extension in the
plugin library path is now optional.

doc/arm/plugins.inc.rst

index 7e63995f3ac35055652fbdb2bcbba0acc6efcccc..4a89efdb9ed7d4d904d533d12f8dd7a7b0e3e5f1 100644 (file)
@@ -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.