Lines Matching refs:python
6 This basic example shows how to create simple python module which will pass on the requests to the …
8 How to enable python module
13 module-config: "validator python iterator"
17 Next module is python which can
20 …When python module generates the response unbound calls validator. Validator grabs the answer and …
23 … resolves the query, Unbound informs python module (event :data:`module_event_moddone`). In the en…
25 Note that the python module is called with :data:`module_event_pass` event, because new DNS event w…
29 module-config: "python validator iterator"
33 On Python module initialization, module loads script from `python-script` option::
35 python-script: "/unbound/test/ubmodule.py"
37 Simple python module step by step
143 :language: python