Remove dhcp-ignore filter to debug proxy DHCP non-response
build-and-push / test (push) Successful in 36s
build-and-push / build-and-push (push) Successful in 1m14s

dnsmasq sees PXE requests but never responds. Remove the known-host
filter to determine if tag matching is the issue or if the problem
is elsewhere in the proxy DHCP flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 22:35:29 -04:00
parent dfcf91c949
commit df78f881bb
-1
View File
@@ -185,7 +185,6 @@ bind-interfaces
dhcp-range={{.Subnet}},proxy
dhcp-hostsfile={{.HostsFile}}
dhcp-ignore=tag:!known
enable-tftp
tftp-root={{.TFTPRoot}}