mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.unbound: Log net.server interactions
Noticed the potential need for this thanks to Ge0rG
This commit is contained in:
parent
fb6fb88474
commit
a698496ef2
1 changed files with 2 additions and 0 deletions
|
@ -45,7 +45,9 @@ end
|
|||
-- Note: libunbound will default to using root hints if resolvconf is unset
|
||||
|
||||
local function connect_server(unbound, server)
|
||||
log("debug", "Setting up net.server event handling for %s", unbound);
|
||||
return server.watchfd(unbound, function ()
|
||||
log("debug", "Processing queries for %s", unbound);
|
||||
unbound:process()
|
||||
end);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue