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
Miek Gieben released #CoreDNS version 1.14.0. https://coredns.io/
CoreDNS: DNS and Service Discovery

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

In lieu of "normal" dynamic #dns, I now have the following monstrosity:

1. #CoreDNS running in @flydotio (static IP and anycast UDP, naturally) with the JSON plugin, targeting a VPS

2. VPS running Caddy proxies the HTTP request from the JSON plugin to a VM running in my #homelab over a @tailscale subnet router

3. VM makes an HTTP request back to an app running on the VPS to get external IP

4. VM returns JSON formatted how the JSON plugin expects

5. VPS returns the proxied request back to CoreDNS running at Fly

6. CoreDNS caches the response and returns it to the requestor

Definitely won't regret this any time soon.