0
CoreDNS Setup Or Plugin
Does anyone have a working setup with CoreDNS?
I know CoreDNS isn't used in homes...normally. But I am a homelabber and have multiple kubernetes clusters along with a VyOS router running CoreDNS as my main DNS server for my home network.
Ideally, a CoreDNS plugin for NextDNS would be amazing, especially if it can populate hostnames! But just a simple setup with their
forward .
plugin would suffice too.
3 replies
-
Conditional configuration is probably a better solution than forwarding
https://github.com/nextdns/nextdns/wiki/Conditional-Configuration
-
This, unfortunately, will not survive VyOS upgrades unless I write custom scripts to re-install after an upgrade.
I was able to get the forward plugin to work with CoreDNS.
-
# NextDNS DNS upstream servers forward . tls://45.90.28.123 tls://45.90.30.123 tls://2a07:a8c0::35:f3af tls://2a07:a8c1::35:f3af { tls_servername CoreDNS-{NextDNS ID}.dns.nextdns.io health_check 5s }
Content aside
- 2 yrs agoLast active
- 3Replies
- 280Views
-
2
Following