From 6145ac109eeb7cf766b76a1bc71c41040821a0ec Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:07:28 +0300 Subject: [PATCH] add DHCP option to tell clients about our DNS and NTP daemons --- dnsmasq.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dnsmasq.conf diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000..54d3d26 --- /dev/null +++ b/dnsmasq.conf @@ -0,0 +1,5 @@ +interface=vnat0 +listen-address=10.0.0.1,127.0.0.1 +dhcp-range=10.0.0.2,10.0.0.254,12h +dhcp-option=option:ntp-server,10.0.0.1 +dhcp-option=option:dns-server,10.0.0.1