mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 10:39:33 -05:00
- Fix function documentation.
This commit is contained in:
parent
d3497f6bd1
commit
e6ffacc16a
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
24 February 2021: Wouter
|
||||
- On startup of unbound it checks if rlimits on memory size look
|
||||
sufficient for the configured cache size, and logs warning if not.
|
||||
- Fix function documentation.
|
||||
|
||||
23 February 2021: Wouter
|
||||
- Fix for zonemd, that domain-insecure zones work without dnssec.
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ int resolve_interface_names(struct config_file* cfg, char*** resif,
|
|||
|
||||
/**
|
||||
* Return true if the config contains settinsg that enable https.
|
||||
* @param cfg: config information.
|
||||
* @return true if https ports are used for server.
|
||||
*/
|
||||
int cfg_has_https(struct config_file* cfg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue