From 69246c262d1461f823929443164b8dc1caee3d32 Mon Sep 17 00:00:00 2001 From: George Date: Sun, 19 Jan 2020 08:06:15 -0500 Subject: [PATCH] Add example of dnsmasq config --- dnsmasq.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dnsmasq.conf diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000..71de853 --- /dev/null +++ b/dnsmasq.conf @@ -0,0 +1,6 @@ +port=53 +domain-needed +bogus-priv +server=/mesh.arpa/127.0.0.1#53535 +server=8.8.8.8 +interface=lo