惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
量子位
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Jina AI
Jina AI
L
LangChain Blog
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学

dnsmasq-discuss

[Dnsmasq-discuss] Announce: dnsmasq-2.92rc2 Re: [Dnsmasq-discuss] [PATCH] Fix arguments order for chaos subdomain check Re: [Dnsmasq-discuss] patch: block-file/allow-file - for review/feedback Re: [Dnsmasq-discuss] patch: block-file/allow-file - for review/feedback Re: [Dnsmasq-discuss] patch: block-file/allow-file - for review/feedback Re: [Dnsmasq-discuss] patch: block-file/allow-file - for review/feedback [Dnsmasq-discuss] patch: block-file/allow-file - for review/feedback Re: [Dnsmasq-discuss] server= with interface parameter changes behavior over time [Dnsmasq-discuss] NFTsets and hosts-files [Dnsmasq-discuss] [PATCH] Allow expired RRSIGs when stale caching is enabled [Dnsmasq-discuss] [PATCH] Fix local host records being overridden by upstream NXDOMAIN [Dnsmasq-discuss] [PATCH] Fix arguments order for chaos subdomain check Re: [Dnsmasq-discuss] Malformed RRSIG Can Crash dnsmasq [Dnsmasq-discuss] Malformed NSEC/NSEC3 Can Hang dnsmasq [Dnsmasq-discuss] Malformed RRSIG Can Crash dnsmasq [Dnsmasq-discuss] Security - IMPORTANT Re: [Dnsmasq-discuss] Issue with circuit-id matching on dhcp requests Re: [Dnsmasq-discuss] Issue with circuit-id matching on dhcp requests Re: [Dnsmasq-discuss] Issue with circuit-id matching on dhcp requests [Dnsmasq-discuss] Issue with circuit-id matching on dhcp requests Re: [Dnsmasq-discuss] [PATCH] bpf.c: fix memory leak in arp_enumerate() on BSD Re: [Dnsmasq-discuss] [PATCH] bpf.c: fix memory leak in arp_enumerate() on BSD Re: [Dnsmasq-discuss] dnssec problem here and now Re: [Dnsmasq-discuss] dnssec problem here and now [Dnsmasq-discuss] dnssec problem here and now Re: [Dnsmasq-discuss] server= with interface parameter changes behavior over time Re: [Dnsmasq-discuss] [PATCH] bpf.c: fix memory leak in arp_enumerate() on BSD Re: [Dnsmasq-discuss] [PATCH] bpf.c: fix memory leak in arp_enumerate() on BSD Re: [Dnsmasq-discuss] [PATCH] Preserve existing log file permissions when adding group-write bit. [Dnsmasq-discuss] server= with interface parameter changes behavior over time
Re: [Dnsmasq-discuss] Regression/Feature Request for 2.92
Rodolfo Silva via Dnsmasq-discuss · 2026-03-19 · via dnsmasq-discuss
In my case the dnsmasq has no connection to any public DNS Server to perform DS 
Validation Remove this: dnsmasq: using nameserver 8.8.8.8#53 )  and test again

But even with no connection resolving local domains and unqualified domains via 
the external server should work.-- 
 Secured with Tuta Mail: 
 https://tuta.com/free-email


Mar 17, 2026, 22:05 by [email protected]:

> The relevant changes and the rationale for making them is at
>
>
> https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=57f0489f384193f7c962fb2a20c9e2e867f86039
>
>
> I just did a simple test that looks analogous to what you're doing, and it 
> all worked as expected.
>
>
> dnsmasq: DNSSEC validation enabled
> dnsmasq: configured with trust anchor for <root> keytag 20326
> dnsmasq: using nameserver 127.0.0.1#10002 for domain internal
> dnsmasq: using nameserver 8.8.8.8#53
> dnsmasq: read /etc/hosts - 10 names
> dnsmasq: query[A] simon.internal from ::1
> dnsmasq: forwarded simon.internal to 127.0.0.1#10002
> dnsmasq: dnssec-query[DS] internal to 8.8.8.8
> dnsmasq: dnssec-query[DNSKEY] . to 8.8.8.8
> dnsmasq: reply . is DNSKEY keytag 21831, algo 8
> dnsmasq: reply . is DNSKEY keytag 38696, algo 8
> dnsmasq: reply . is DNSKEY keytag 20326, algo 8
> dnsmasq: Negative DS reply without NS record received for internal, assuming 
> non-DNSSEC domain-specific server.
> dnsmasq: reply internal is no DS
> dnsmasq: validation result is INSECURE
> dnsmasq: reply simon.internal is 1.2.3.4
>
> So there's something that's in your setup but not mine that I didn't think of.
>
> As a start, please could you enable log-queries and run the test again, then 
> post the resulting log.
>
>
> Cheers,
>
> Simon.
>
>
>
> On 11.03.2026 06:19, Rodolfo Silva via Dnsmasq-discuss wrote:
>
>> Dears,
>>
>> i use a customs dnsmasq confirguration in which dnsmasq uses my local DNS 
>> Server for unqualified hostnames and hostnames with custom domain dw.internal
>>
>> Configuration looks like this:
>>
>>
>> # Add other name servers here, with domain specs if they are for
>> # non-public domains.
>> servers-file=/var/run/NetworkManager/local-net-dns-servers.conf
>>
>>
>> /var/run/NetworkManager/local-net-dns-servers.conf
>>
>> server=/dw.internal/10.24.64.3@eth0
>> server=//10.24.64.3@eth0
>>
>> i have DNSSEC Validation enabled, an now when querying a local hostname:
>>
>> dig router1.dw.internal
>>
>> dnsmasq tries to validate the response even if this local zone is not 
>> signed.validation router1.dw.internal is ABANDONED
>>
>> i fixed this by including trust-anchor=internal in the global dnsmasq.conf
>> But maybe we can AUTOMATICALLY exclude any custom non-public domain from 
>> dsnssec validation?
>> If not possible , does the logic allow including the trust-anchor statement 
>> in the servers-file ?
>>
>>
>> Prior v2.92  Validation for internal domain just went fine
>> Expecting any advise--
>>  Secured with Tuta Mail:
>>  https://tuta.com/free-email
>>
>> _______________________________________________
>> Dnsmasq-discuss mailing list
>> [email protected]
>> https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss
>>


_______________________________________________
Dnsmasq-discuss mailing list
[email protected]
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss