What exactly are you trying to accomplish? Your windows clients to be able to resolve the clients on your router’s domain (casa.lan) via DNS?Sent from my iPhoneOn Mar 30, 2023, at 18:45, Juanca wrote:I appreciate these tipsDo you think that I should write a new post?Thanks!!RegardsEl vie, 31 mar
I appreciate these tips
Do you think that I should write a new post?
Thanks!!
Regards
El vie, 31 mar 2023 a las 1:11, Geert Stappers ()
escribió:
> On Wed, Mar 29, 2023 at 06:25:25PM +0200, Juanca wrote:
> > Hi,
> >
> > I'm using dnsmasq in muy tomato router (mips arch). This is the main dns
On Wed, Mar 29, 2023 at 06:25:25PM +0200, Juanca wrote:
> Hi,
>
> I'm using dnsmasq in muy tomato router (mips arch). This is the main dns
> sever for my home (casa.lan). Also, I've a windows server lab, with a
> domain and it's own dns server as well (dominio.lab). I need the windows
> server to
Greetings,
I believe this might be a bug in dnsmasq. When using the shorthand
`domain=mydomain.com,local` and `dhcp-fqdn`, dnsmasq fails with:
`there must be a default domain when --dhcp-fqdn is set`
I'm not sure if this is intended behavior or not, but from what I could
gather this shouldn'
I just merged the branch I've been working on for the last week which
includes this patch, but much modified because the surrounding code has
changed. The function is unaltered.
The other changes are adding the ability to cache any RR-type, and the
ability to filter any RR-type. There's quite
On 26/03/2023 14:34, Ercolino de Spiacico wrote:
In the context of adblock/domain-filtering I was trying to find a way to
log all the blocked queries only. We currently use a custom config
formatted like:
local=baddomain.com/
which returns NXDOMAIN. The issue is that if we enable "log-queri
I think IP addresses never make it to dnsmasq, they stay at clients. So
dnsmasq cannot add them anywhere into tables. Domain name queries go
trough dnsmasq so it can manage them. Is there something I am missing?
I think IP-only tables should be managed by something else than dnsmasq.
I expect