mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Add --ipset option.
This commit is contained in:
committed by
Simon Kelley
parent
208fb610a6
commit
13d86c7372
@@ -213,6 +213,11 @@ int main (int argc, char **argv)
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IPSET
|
||||
if (daemon->ipsets)
|
||||
ipset_init();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LINUX_NETWORK
|
||||
netlink_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user