doc: update links to samples

This commit is contained in:
Daniel Salzman 2025-03-25 11:44:35 +01:00
parent d3beffbd73
commit a4da7526eb
2 changed files with 6 additions and 2 deletions

View file

@ -656,6 +656,10 @@ Possible values:
.. NOTE::
This function requires systemd version at least 221 or libdbus.
.. TIP::
A few sample script templates can be found in
`the project repository <https://gitlab.nic.cz/knot/knot-dns/-/tree/master/samples>`_.
Change of this parameter requires restart of the Knot server to take effect.
*Default:* ``none``

View file

@ -10,8 +10,8 @@ part can be empty. The receiver can be an arbitrary program using *libknot* inte
(C or Python). In case of high traffic, more channels (sockets) can be configured
to allow parallel processing.
.. NOTE::
A simple `probe client <https://gitlab.nic.cz/knot/knot-dns/-/blob/master/scripts/probe_dump.py>`_ in Python.
.. TIP::
A simple `probe client <https://gitlab.nic.cz/knot/knot-dns/-/blob/master/samples/probe_dump.py>`_ in Python.
Example
-------