iPXE discussion forum

Full Version: Using dnsmaq, how to set no-proxy?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
According to the site, setting the following will cause iPXE to ignore proxy dhcp:
Code:
dhcp-option ipxe.no-pxedhcp 1;
This doesn't seem to be a valid dnsmasq configuration line (apparently it's for dhcpd instead).

What is the dnsmasq equivalent for this?
I think the correct line is:
Code:
dhcp-option=175,176:1:1
Hopefully this means:
175 for iPXE
176 for no-pxedhcp
1 for 1 byte
1 for the value 1
Reference URL's