mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
762a3f243099d26b1e87aad2b1b4b696cd8c33ac
If there are no dynamic configuration directories configured with dhcp-hostsdir, dhcp-optsdir and hostsdir then we need to use inotify only to track changes to resolv-files, but we don't need to do that when DNS is disabled (port=0) or no resolv-files are configured. It turns out that inotify slots can be a scarce resource, so not using one when it's not needed is a Goood Thing. Patch by HL, description above from SRK.
Description
No description provided
Languages
C
94.2%
Perl
2.3%
HTML
1.2%
Shell
1.1%
Makefile
0.6%
Other
0.6%