mirror of
https://github.com/monero-project/monero.git
synced 2025-07-26 17:55:28 -04:00
Upgrade unbound library
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
This commit is contained in:
parent
e3da0ca828
commit
a85b5759f3
241 changed files with 33336 additions and 12049 deletions
|
@ -1,10 +1,12 @@
|
|||
.. _log_handler:
|
||||
|
||||
Packet logger
|
||||
=========================
|
||||
=============
|
||||
|
||||
This example shows how to log and print details about query and response.
|
||||
As soon as the ``iterator`` has finished (event is :data:`module_event_moddone`), ``qstate.return_msg`` contains response packet or ``None``.
|
||||
As soon as the ``iterator`` has finished (event is
|
||||
:data:`module_event_moddone`), ``qstate.return_msg`` contains response packet
|
||||
or ``None``.
|
||||
This packet will be send to a client that asked for it.
|
||||
|
||||
Complete source code
|
||||
|
@ -14,14 +16,16 @@ Complete source code
|
|||
:language: python
|
||||
|
||||
Testing
|
||||
------------------
|
||||
-------
|
||||
Run the unbound server:
|
||||
|
||||
``root@localhost>unbound -dv -c ./test-log.conf``
|
||||
|
||||
In case you use own configuration file, don't forget to enable python module: ``module-config: "validator python iterator"`` and use valid script path: ``python-script: "./examples/log.py"``.
|
||||
In case you use own configuration file, don't forget to enable python module:
|
||||
``module-config: "validator python iterator"`` and use valid script path:
|
||||
``python-script: "./examples/log.py"``.
|
||||
|
||||
Example of output::
|
||||
Example of output::
|
||||
|
||||
[1231790168] unbound[7941:0] info: response for <f.gtld-servers.NET. AAAA IN>
|
||||
[1231790168] unbound[7941:0] info: reply from <gtld-servers.NET.> 192.5.6.31#53
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue