From 632556590b8ba84f454a4597c1adaddae5f15890 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 20 Feb 2024 12:36:35 +0800 Subject: [PATCH] Override DNS even for DHCP --- embed.ipxe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embed.ipxe b/embed.ipxe index c9b42fb..b5c32ee 100644 --- a/embed.ipxe +++ b/embed.ipxe @@ -210,6 +210,9 @@ goto static_ip_boot_setup :boot_all +# override +set dns 1.1.1.1 + # Get accurate time for signature validation echo Syncing time over NTP ntp pool.ntp.org || echo "Skipped"