From f8e59ea4e831c1f0a3d3246af72d59953456bed4 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 31 Jan 2024 16:50:41 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-netbootxyz.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/images/docker-netbootxyz.md b/docs/images/docker-netbootxyz.md index 1c267b93f1..2785a43bb8 100644 --- a/docs/images/docker-netbootxyz.md +++ b/docs/images/docker-netbootxyz.md @@ -98,7 +98,7 @@ set service dns forwarding options \"dhcp-boot=tag:efi64-2,netboot.xyz.efi,,SERV commit; save ``` -#### Dnsmasq/DD-WRT/Tomato/PIHOLE +#### Dnsmasq/DD-WRT/OpenWRT/Tomato/PIHOLE Various locations to set Additional/Custom DNSMASQ options in UI or config files Set the following lines: ``` @@ -115,24 +115,7 @@ dhcp-boot=tag:efi64-1,netboot.xyz.efi,,YOURSERVERIP dhcp-match=set:efi64-2,60,PXEClient:Arch:00009 dhcp-boot=tag:efi64-2,netboot.xyz.efi,,YOURSERVERIP ``` - -#### OpenWRT -``` -uci set dhcp.@dnsmasq[0].dhcp_match=set:bios,60,PXEClient:Arch:00000 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:bios,netboot.xyz.kpxe,,YOURSERVERIP -uci set dhcp.@dnsmasq[0].dhcp_match=set:efi32,60,PXEClient:Arch:00002 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi32,netboot.xyz.efi,,YOURSERVERIP -uci set dhcp.@dnsmasq[0].dhcp_match=set:efi32-1,60,PXEClient:Arch:00006 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi32-1,netboot.xyz.efi,,YOURSERVERIP -uci set dhcp.@dnsmasq[0].dhcp_match=set:efi64,60,PXEClient:Arch:00007 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi64,netboot.xyz.efi,,YOURSERVERIP -uci set dhcp.@dnsmasq[0].dhcp_match=set:efi64-1,60,PXEClient:Arch:00008 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi64-1,netboot.xyz.efi,,YOURSERVERIP -uci set dhcp.@dnsmasq[0].dhcp_match=set:efi64-2,60,PXEClient:Arch:00009 -uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi64-2,netboot.xyz.efi,,YOURSERVERIP -uci commit -/etc/init.d/dnsmasq restart -``` +Ensure you restart the DNSMASQ service after the changes. #### Microsoft Server DHCP