From 918a458e8f9038611bcd257cf58b697102d19124 Mon Sep 17 00:00:00 2001 From: deus Date: Mon, 22 Jun 2026 19:57:29 +0200 Subject: [PATCH] added dnsmasq.conf --- config_files/etc/dnsmasq.d/pxe.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config_files/etc/dnsmasq.d/pxe.conf diff --git a/config_files/etc/dnsmasq.d/pxe.conf b/config_files/etc/dnsmasq.d/pxe.conf new file mode 100644 index 0000000..8bb01ed --- /dev/null +++ b/config_files/etc/dnsmasq.d/pxe.conf @@ -0,0 +1,6 @@ +interface=enx9cbf0d007794 +domain=yourdomain.com +dhcp-range=192.168.0.3,192.168.0.253,255.255.255.0,1h +dhcp-boot=grubx64.efi +enable-tftp +tftp-root=/srv/tftp