From cd4db8246ed221c83b8c7dbba9e1fc6a7e1e888c Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Thu, 30 Nov 2023 12:46:47 +0000 Subject: [PATCH] Fix typo in dnsmasq.conf.example Thanks to Brenton Bostick for the report. --- dnsmasq.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example index 0cbf572..f1fb2d1 100644 --- a/dnsmasq.conf.example +++ b/dnsmasq.conf.example @@ -664,7 +664,7 @@ # Provide an alias for a "local" DNS name. Note that this _only_ works # for targets which are names from DHCP or /etc/hosts. Give host # "bert" another name, bertrand -#cname=bertand,bert +#cname=bertrand,bert # For debugging purposes, log each DNS query as it passes through # dnsmasq.