From 840130d3028f886d48c81ca5f148e8f2887205ab Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Fri, 17 May 2024 08:45:07 -0400 Subject: [PATCH] chore: update readme Signed-off-by: Devin Buhl --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 786b9412bf49d..e6beb3e589b2e 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,7 @@ Alternative solutions to the first two of these problems would be to host a Kube ### Home DNS -On my [home-service](https://github.com/onedr0p/home-service/) machine I have [Bind9](https://github.com/isc-projects/bind9), [blocky](https://github.com/0xERR0R/blocky/) and [dnsdist](https://dnsdist.org/) deployed. In my cluster `external-dns` is deployed with the `RFC2136` provider which syncs DNS records to `bind9`. - -`dnsdist` is a DNS loadbalancer and has "downstream" DNS servers configured such as `bind9` and `blocky`. All my clients use `dnsdist` as the upstream DNS server, this allows for more granularity with configuring DNS across my networks such as having all requests for my domain forward to `bind9` on certain networks, or only using `1.1.1.1` instead of `blocky` on certain networks where adblocking isn't required. +On my [home-service](https://github.com/onedr0p/home-service/) machine I have [Bind9](https://github.com/isc-projects/bind9) and [blocky](https://github.com/0xERR0R/blocky/) deployed. In my cluster `external-dns` is deployed with the `RFC2136` provider which syncs DNS records to `bind9`. All my clients use `blocky` as the upstream DNS server, this allows for more granularity with configuring DNS across my networks such as having all requests for my domain forward to `bind9` or having `.internal` domains forwarded to my Unifi router. ### Public DNS