From 81126da0534775eaed1576beb2cce87e083d6315 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Tue, 16 Sep 2025 15:05:59 +0800 Subject: [PATCH] docs: Add missing space --- clanServices/coredns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanServices/coredns/README.md b/clanServices/coredns/README.md index e36f83e8c..cba868727 100644 --- a/clanServices/coredns/README.md +++ b/clanServices/coredns/README.md @@ -8,7 +8,7 @@ The service consists of two roles: - A `server` role: This is the DNS-server that will be queried when trying to resolve clan-internal services. It defines the top-level domain. - A `default` role: This does two things. First, it sets up the nameservers so - thatclan-internal queries are resolved via the `server` machine, while + that clan-internal queries are resolved via the `server` machine, while external queries are resolved as normal via DHCP. Second, it allows exposing services (see example below).