commit | 6b2b564ac34cb3c862f168e6b1457f9f0b9ca69c | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Sat Mar 10 18:12:04 2018 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Sat Mar 10 20:25:57 2018 +0000 |
tree | c7956de63c75afb14ed152d877f37c8c29c4ad3f | |
parent | 4f7bb57e9747577600b3d385e0e3418ec17e73e0 [diff] [blame] |
Enhance --synth-domain to allow names with sequential integers.
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index f4d330a..6773b69 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -839,7 +839,7 @@ #ifdef HAVE_IPV6 struct in6_addr start6, end6; #endif - int is6; + int is6, indexed; struct cond_domain *next; };