From 25368c84083556cfb710816c5fe22556e13c4a31 Mon Sep 17 00:00:00 2001 From: dimti Date: Fri, 23 Aug 2024 18:44:02 +0300 Subject: [PATCH] * updated dnsmasq to 2.90 (+ dnsmasq example config) --- config/dnsmasq/dnsmasq.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/dnsmasq/dnsmasq.conf.example diff --git a/config/dnsmasq/dnsmasq.conf.example b/config/dnsmasq/dnsmasq.conf.example new file mode 100644 index 0000000..a3ba7b9 --- /dev/null +++ b/config/dnsmasq/dnsmasq.conf.example @@ -0,0 +1,9 @@ +#log all dns queries +log-queries +#dont use hosts nameservers +no-resolv +#use google as default nameservers +server=8.8.4.4 +server=8.8.8.8 +#explicitly define host-ip mappings +address=/domain/ip \ No newline at end of file