Brewed DNSmasq w/DNSSEC support may not require further dnsmasq.conf configuration?
See original GitHub issueBoth verification tests passed when dnsmasq was brewed --with-dnssec
. Edited dnsmasq.conf with:
# port=5369
server=127.0.0.1#5370
listen-address=127.0.0.1
# dnssec
# trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDD$
The other suggested options were included.
The dig +dnssec icann.org
verification test and dig www.dnssec-failed.org
test resulted in SERVFAIL when the DNSSEC options were commented in of dnsmasq.conf, e.g. trust-anchor=
.
When these same options are commented out, as in # trust-anchor=
, the verification tests yielded NOERROR and SERVFAIL, respectively.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
dnsmasq
dnsmasq provides a DNS server, a DHCP server with support for DHCPv6 and PXE, and a TFTP server. It is designed to be...
Read more >No More /etc/hosts on Mac with Dnsmasq - Larry Kagan
I'm writing a multi-tenant web app where admin users create subdomains for each tenant. The subdomain is how the app knows which tenant...
Read more >Dnsmasq - Gentoo Wiki
dnsmasq is a simple DHCP/DNS server which can be used in a local network of up to a 1000 clients. Key features are...
Read more >Using Dnsmasq for local development on OS X
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP ... commands but you should use whichever commands brew tells you to:....
Read more >Valet installed for laravel, but why isn't dnsmasq resolving ...
Then restart the service again with sudo brew services restart dnsmasq and try again. The idea is that during the installation the dnsmasq...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I, too, have experienced problems with DNSSEC and did disable the feature. I’ll leave this open for a little while in case someone would like to make a strong case for continuing its use. Otherwise, I will remove or change the recommendation.
Please send a PR if there’s any need to follow-up on this issue.