From 9217a6ffa30752c4ad38c419755e16348af8477c Mon Sep 17 00:00:00 2001 From: Luke Yeager Date: Tue, 10 Jun 2025 14:06:40 -0500 Subject: [PATCH] man: fix typo in dns-delegate example --- man/systemd.dns-delegate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.dns-delegate.xml b/man/systemd.dns-delegate.xml index 3da069d8a6..a06ccad529 100644 --- a/man/systemd.dns-delegate.xml +++ b/man/systemd.dns-delegate.xml @@ -79,7 +79,7 @@ # /etc/systemd/dns-delegate.d/foobar.dns-delegate [Delegate] DNS=203.0.113.47 -Domain=foobar.com +Domains=foobar.com This ensures lookups of foobar.com and any domains below it are directed to DNS server 203.0.113.47.