From cb1b145e0ef18f6fa214576d17d23f161f82441b Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 3 Oct 2023 19:03:17 +0200 Subject: [PATCH] Additional hosts file added - /etc/dnsmasq_hosts --- 20_common.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/20_common.conf b/20_common.conf index 4d18b18..6b7dc29 100644 --- a/20_common.conf +++ b/20_common.conf @@ -25,3 +25,9 @@ expand-hosts # 3) Provides the domain part for "expand-hosts" domain=home +# If you don't want dnsmasq to read /etc/hosts, uncomment the +# following line. +#no-hosts +# or if you want it to read another file, as well as /etc/hosts, use +# this. +addn-hosts=/etc/dnsmasq_hosts