aboutsummaryrefslogtreecommitdiffstats
path: root/net/unbound.lua
Commit message (Expand)AuthorAgeFilesLines
* net.unbound: Show canonical name in textual format (e.g. in shell)Kim Alvefur2024-04-141-1/+5
* net: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-6/+6
* net.unbound: Merge luaunbound and prosody defaults in absence of user config ...Kim Alvefur2022-06-191-11/+8
* net.unbound: Adjust log level of error to error to errorKim Alvefur2022-05-161-1/+1
* net.unbound: Disable use of hosts file by default (fixes #1737)Kim Alvefur2022-05-161-0/+9
* util.id: Adjust entropy levels, with rationalesKim Alvefur2021-12-021-1/+1
* net.unbound: Fix to initialize under prosodyctlKim Alvefur2021-01-211-0/+1
* net.unbound: Delay loading until server has started or first queryKim Alvefur2021-01-051-1/+4
* net.unbound: Move libunbound initialization into a functionKim Alvefur2021-01-051-4/+7
* net.unbound: Allow tracing individual queries with a logger per queryKim Alvefur2021-01-051-6/+9
* net.unbound: Don't pass error as logger formatting stringKim Alvefur2021-01-051-1/+1
* net.unbound: Log net.server interactionsKim Alvefur2021-01-051-0/+2
* net.unbound: Remove compat for missing promises (pre-0.11)Kim Alvefur2020-06-251-15/+12
* net.unbound: Strip support for legacy net.server APIsKim Alvefur2020-06-251-37/+3
* net.unbound: Async DNS resolver library based on libunbound via luaunboundKim Alvefur2019-03-091-0/+245