Done.

https://github.com/coredns/coredns/pull/8065

You have an authoritative #DNS server locally, and want to overwrite _some_ but not _all_ records? There you go. #CoreDNS 1.14.3 with this patch applied allows you to do exactly that.

Setup

*CoreDNS* Corefile:
. {
forward . RECURSOR {
next NOERROR
}
forward . UPSTREAM
}

*Recursor*, e.g. PDNS Recursor, with forward-zones-file content (or YAML equivalent):
+.=BIND9-IP

#OpenSource #Linux #HomeLab #SelfHost

plugin/forward: Forward NODATA responses to Next handler by AliveDevil · Pull Request #8065 · coredns/coredns

1. Why is this pull request needed and what does it do? Forward can't handle NODATA-responses, which are technically error responses as well. Using the NOERROR-case to allow forwarding to Next ...

GitHub

#CoreDns deprecated the "alternate"-plugin apparently - and I've relied on a patch I've made years ago to treat empty NOERROR-responses (colloquially known as NODATA) as errors, allowing for some naughty DNS hijacking.

Ported that code from years back to the in-tree "forward"-plugin. Going to verify that it works and propose the patch upstream. Hope it gets picked up this time.

Miek Gieben released #CoreDNS version 1.14.3. https://coredns.io/
CoreDNS: DNS and Service Discovery

Ok. This the moment I stop using #coredns and maybe #powerdns, for #erldns. 😎

The implement of #CodDel without me doing a single thing... Simply start the server... I don't think I need another dns authoritative server. 😉

Excellent work from #dnsimple!

https://blog.dnsimple.com/2026/02/erldns-v10-release/?utm_source=dnsimple-changelog&utm_medium=banner&utm_campaign=whatsnew&utm_content333100

Building a Resilient Authoritative Nameserver

Announcing erldns v10, the authoritative erlang DNS server with CoDel queue management and improved congestion control.

Wow, CoreDNS is so easy to use and setup. Took me less than 5 minutes to install and configure it for forwarding dns requests to my Nebula lighthouse.

#coredns #nebula #nebulavpn #vpn #overlaynetworks

Today:

- There was an internet outage for about 5 hours.
- After which my home server froze (first Linux crash I've seen in a while).
- After force restarting it, somehow the Docker container networks changed so they broke one of my views for split-horizon DNS in #CoreDNS, which took about 2 hours to debug.

Breath in... breath out... breath in...

#SelfHosting #SelfHosted #HomeServer

Miek Gieben released #CoreDNS version 1.14.2. https://coredns.io/
CoreDNS: DNS and Service Discovery

Ra mắt EdgeCDN-X, mạng phân phối nội dung mã nguồn mở đầu tiên!
Tích hợp Kubernetes, CoreDNS, nginx-ingress và hỗ trợ cache đa dạng.
#OpenSource #CDN #EdgeCDN_X #Kubernetes #CoreDNS #nginx
#MătNgộrmở #MạngPhânPhốiNộiDung #CôngNghệMở

https://www.reddit.com/r/opensource/comments/1qoi6z5/open_source_cdn_edgecdnx/

Miek Gieben released #CoreDNS version 1.14.1. https://coredns.io/
CoreDNS: DNS and Service Discovery

Just released coredns-gslb v0.16.0 🚀

https://github.com/dmachard/CoreDNS-GSLB/releases/tag/v0.16.0

A Global Server Load Balancing based on CoreDNS.

#dns #coredns #goLang #openSource

Release v0.16.0 · dmachard/CoreDNS-GSLB

What's Changed feat(#92): implement watcher for healthcheck profiles to detect changes by @dmachard in #97 feat(#91): add CLI binary build by @dmachard in #94 feat(#66): log backend health changes...

GitHub