[Dnsmasq-discuss] How do you add a nameserver from the command line?

2024-06-28 Thread CHOPPERGIRL via Dnsmasq-discuss
My DD-WRT file system is mounted read only (squisFS and/or RAMfs),so I can not modify resolv.conf, dnsmasq.conf, or smartdns.conf However, from the DD-WRT gui interface I can pass dnsmasqcommand line arguments on startup via an edit text filed box. -->   How do I add name servers for dnsmasq to

[Dnsmasq-discuss] nftset not always applied to AAAA

2024-06-28 Thread Heorhi Valakhanovich
in my config file I have something like this: nftset=/jetbrains.com/ubuntu.com/4#inet#router#censored4,6#inet#router#censored6 however downloads.jetbrains.com is using cloudfront cname or smth like that and nftset is not working for replies but somehow works for A > host download.ubun

Re: [Dnsmasq-discuss] Nonexistent AAAA records return NXDOMAIN instead of NODATA

2024-06-28 Thread Dimitry Andric
On 28 Jun 2024, at 00:02, Buck Horn via Dnsmasq-discuss wrote: > > On 27.06.24 22:13, Dimitry Andric wrote: >> In particular, this happens when dnsmasq serves a --local domain, and >> 'fixed' hosts are defined with --address entries having _only_ an IPv4 >> address. >> >> For example, if dnsmas

Re: [Dnsmasq-discuss] Nonexistent AAAA records return NXDOMAIN instead of NODATA

2024-06-28 Thread Sven Geuer
Hi Dimitry, On Fri, 2024-06-28 at 15:38 +0200, Dimitry Andric wrote: > On 28 Jun 2024, at 00:02, Buck Horn via Dnsmasq-discuss > wrote: > > > > On 27.06.24 22:13, Dimitry Andric wrote: > > > In particular, this happens when dnsmasq serves a --local domain, > > > and > > > 'fixed' hosts are defin

Re: [Dnsmasq-discuss] Nonexistent AAAA records return NXDOMAIN instead of NODATA

2024-06-28 Thread Buck Horn via Dnsmasq-discuss
In order to restore pre-2.86 behaviour, the documentation explicitly directs you to > (...) use the configuration --address=/example.com/1.2.3.4 --local=/example.com/ Note that address and local literals match, which they don't do in your configuration. But I agree that NXDOMAIN being answered

Re: [Dnsmasq-discuss] Nonexistent AAAA records return NXDOMAIN instead of NODATA

2024-06-28 Thread Dimitry Andric
On 28 Jun 2024, at 17:48, Buck Horn via Dnsmasq-discuss wrote: > > In order to restore pre-2.86 behaviour, the documentation explicitly > directs you to > > > (...) use the configuration --address=/example.com/1.2.3.4 > --local=/example.com/ > > Note that address and local literals match, whic