mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-21 22:22:56 -05:00
Merge branch 'master' into infra-keep-probing
This commit is contained in:
commit
445a066cbe
4 changed files with 15 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
24 June 2020: Wouter
|
||||
- iana portlist updated.
|
||||
- doxygen file comments for dynlibmodule.
|
||||
|
||||
17 June 2020: Wouter
|
||||
- Fix default explanation in man page for qname-minimisation-strict.
|
||||
- Fix display of event loop method with libev.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* \file
|
||||
* This file contains the dynamic library module for Unbound.
|
||||
* This loads a dynamic library (.dll, .so) and calls that for the
|
||||
* module actions.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "util/module.h"
|
||||
#include "util/config_file.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
* This is an example to show how dynamic libraries can be made to work with
|
||||
* unbound. To build a .so file simply run:
|
||||
* gcc -I../.. -shared -Wall -Werror -fpic -o helloworld.so helloworld.c
|
||||
|
|
|
|||
|
|
@ -3771,6 +3771,7 @@
|
|||
4188,
|
||||
4191,
|
||||
4192,
|
||||
4195,
|
||||
4197,
|
||||
4199,
|
||||
4300,
|
||||
|
|
@ -5230,6 +5231,7 @@
|
|||
18241,
|
||||
18262,
|
||||
18463,
|
||||
18516,
|
||||
18634,
|
||||
18635,
|
||||
18668,
|
||||
|
|
|
|||
Loading…
Reference in a new issue