Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computers:truenas:dnsmasq [30-Oct-2021 13:51] – [Configure Dnsmasq] Steve Joynt | computers:truenas:dnsmasq [02-Feb-2025 16:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 108: | Line 108: | ||
# http:// | # http:// | ||
dhcp-authoritative | dhcp-authoritative | ||
+ | |||
+ | # For debugging purposes, log each DNS query as it passes through | ||
+ | # dnsmasq. | ||
+ | log-queries | ||
+ | |||
+ | # Log lots of extra information about DHCP transactions. | ||
+ | #log-dhcp | ||
END | END |