mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
auth-zone: allow to exclude ip addresses from answer.
This commit is contained in:
committed by
Simon Kelley
parent
bf4e62c19e
commit
094bfaeb4f
@@ -340,6 +340,7 @@ struct auth_zone {
|
||||
struct auth_name_list *next;
|
||||
} *interface_names;
|
||||
struct addrlist *subnet;
|
||||
struct addrlist *exclude;
|
||||
struct auth_zone *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user