I am finding that depending on the connection, it can take 8-10 seconds before the daemon reads and responds to a query, if it sits there poking the reverse DNS with
|
inline int get_hostname(struct sockaddr_storage *addr, |
If I could disable this at runtime, I would.
(I am using a layered DNS setup: AdGuard Home -> unbound, or -> dnsmasq for local addresses.)
I am finding that depending on the connection, it can take 8-10 seconds before the daemon reads and responds to a query, if it sits there poking the reverse DNS with
oidentd/src/inet_util.c
Line 284 in 3226029
If I could disable this at runtime, I would.
(I am using a layered DNS setup: AdGuard Home -> unbound, or -> dnsmasq for local addresses.)