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
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
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
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
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
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