Tiered DNS problems

This page summarizes the projects mentioned and recommended in the original post on /r/homelab

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CoreDNS

    CoreDNS is a DNS server that chains plugins

  • FROM golang:1.19.2 RUN git clone https://github.com/coredns/coredns /coredns WORKDIR /coredns RUN sed -i 's#file:file#alternate:github.com/coredns/alternate\nfile:file#g' plugin.cfg RUN make FROM alpine:3.16.2 RUN apk --no-cache add ca-certificates COPY --from=0 /coredns/coredns /usr/local/bin/coredns ENTRYPOINT ["/usr/local/bin/coredns"]

  • alternate

    Plugin Alternate is able to selectively forward the query to another upstream server, depending the error result provided by the initial resolver

  • The best response I got was from the coredns slack channel with the suggestion to use the alternate plugin. However, as I stated in this post, I have no success with a build.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts