From: Daniel Salzman Date: Wed, 2 Feb 2022 15:54:25 +0000 (+0100) Subject: doc/mod-probe: add link to simple python client X-Git-Tag: v3.3.dev~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bdfb61b44bea7fb0b875c32ff165d33f37ae982;p=thirdparty%2Fknot-dns.git doc/mod-probe: add link to simple python client --- diff --git a/src/knot/modules/probe/probe.rst b/src/knot/modules/probe/probe.rst index 4d0b1fb48e..ab4cd08fba 100644 --- a/src/knot/modules/probe/probe.rst +++ b/src/knot/modules/probe/probe.rst @@ -10,6 +10,9 @@ 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 `_ in Python. + Example -------