question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Brewed DNSmasq w/DNSSEC support may not require further dnsmasq.conf configuration?

See original GitHub issue

Both 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:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
drduhcommented, Dec 2, 2016

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.

0reactions
drduhcommented, Dec 4, 2018

Please send a PR if there’s any need to follow-up on this issue.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found