From 4c9b2ca876fe6e7b69079d6f324f5e172f7c5367 Mon Sep 17 00:00:00 2001 From: cinereal Date: Wed, 4 Jun 2025 23:07:05 +0200 Subject: [PATCH] dns: powerdns -> octodns --- architecture.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/architecture.md b/architecture.md index f362ab4..942e162 100644 --- a/architecture.md +++ b/architecture.md @@ -166,14 +166,13 @@ Considered alternatives include: - ElasticSearch: not open-source -### [PowerDNS](https://github.com/PowerDNS/pdns) +### [OctoDNS](https://github.com/octodns/octodns) -PowerDNS is a mature DNS server. It further offers an admin front-end. +OctoDNS is a DNS server that may be configured using the Nix-native [NixOS-DNS](https://janik-haag.github.io/NixOS-DNS/). Considered alternatives include: -- hickory-dns: no front-end -- core-dns: no front-end +- PowerDNS: offers a front-end option, but less geared toward the use-case of configuring by Nix ### [Authelia](https://github.com/authelia/authelia)