Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-06 Thread Justin
thanks Simon another related question 1) if i have 6000 domains, do i write 6000 lines of local=/domain/8.8.8.8, or do i write local=/domain1/2/3/.../8.8.8.8 which one is faster for dnsmasq to locate and assign the nameserver? 2) btw, how much time does it take for dnsmasq ( 2.86 here) to

[Dnsmasq-discuss] [PATCH] Strip EDNS(0) Client Subnet / MAC information

2022-01-06 Thread Dominik Derigs
Hey Simon, a series of patches (multiple mails) follows. This is the first one: Strip EDNS(0) Client Subnet / MAC information if --strip-subnet or --strip-mac is set. If BOTH the add and strip options are set, incoming EDNS0 options are REPLACED. This ensures we do not unintentionally forward

Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-06 Thread Simon Kelley
repeating a domain in --server (or --local) is sensible and dnsmasq will use some or all of the servers for an individual query, depending on unknowable stuff. You would imagine that ipset=/google.com/one ipset=/google.com/two would be equivalent to the documented ipset=/google.com/one,two

Re: [Dnsmasq-discuss] The filterwin2k option will make the dig command fail to query SOA.

2022-01-06 Thread Simon Kelley
On 01/01/2022 17:11, Andreas Metzler wrote: > On 2022-01-01 Dominik Derigs wrote: >> On Sat, 2022-01-01 at 16:27 +0100, Andreas Metzler wrote: >>> The manpage says "The requests blocked are for records [...] >>> where the requested name has underscores". The test-query shown >>> above is not for

[Dnsmasq-discuss] Monthly posting

2022-01-06 Thread Monthly posting
Hi, "How To Ask Questions The Smart Way" has immediately after the introduction an advice on before you ask. http://www.catb.org/esr/faqs/smart-questions.html#before Following that advice is still no guarantee for a quick response. So when you are still stuck with something that you think

Re: [Dnsmasq-discuss] dnsmasq and external DHCPv6 servers

2022-01-06 Thread Eric Dittman via Dnsmasq-discuss
On 1/6/22 11:21 AM, Simon Kelley wrote: On 06/01/2022 00:05, Eric Dittman via Dnsmasq-discuss wrote: On 1/5/22 4:57 PM, Simon Kelley wrote: On 03/01/2022 21:55, Eric Dittman via Dnsmasq-discuss wrote: I have a Ubiquiti UDM SE.  It uses dnsmasq for DNS, DHCP, and RAs.  I have external DNS and

Re: [Dnsmasq-discuss] Infinite loop in dnsmasq v2.86?

2022-01-06 Thread Andreas Metzler
On 2022-01-05 Simon Kelley wrote: > On 04/01/2022 17:11, Andreas Metzler wrote: [...] >> >> FWIW this looks similar to https://bugs.debian.org/1001576 which >> features a backtrace. >> > Are you running with the --strict-order config? The backtrace looks, at > least superficially, like the bug