mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Don't silently discard all-zeroes adddresses in --host-record.
This commit is contained in:
@@ -397,9 +397,11 @@ struct auth_zone {
|
||||
struct auth_zone *next;
|
||||
};
|
||||
|
||||
#define HR_6 1
|
||||
#define HR_4 2
|
||||
|
||||
struct host_record {
|
||||
int ttl;
|
||||
int ttl, flags;
|
||||
struct name_list {
|
||||
char *name;
|
||||
struct name_list *next;
|
||||
|
||||
Reference in New Issue
Block a user