Using dnsmaq, how to set no-proxy? - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Using dnsmaq, how to set no-proxy? (/showthread.php?tid=7476) |
Using dnsmaq, how to set no-proxy? - Tsaukpaetra - 2014-09-27 07:59 According to the site, setting the following will cause iPXE to ignore proxy dhcp: Code: dhcp-option ipxe.no-pxedhcp 1; What is the dnsmasq equivalent for this? RE: Using dnsmaq, how to set no-proxy? - Tsaukpaetra - 2014-09-30 05:47 I think the correct line is: Code: dhcp-option=175,176:1:1 175 for iPXE 176 for no-pxedhcp 1 for 1 byte 1 for the value 1 |