From 684740c84bf22d2b11eeec1bb27ecaf00266655c Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 7 Aug 2016 08:51:52 +0800 Subject: [PATCH] add dhcp proxy option --- dnsmasq/pxe/README.md | 2 +- dnsmasq/pxe/dnsmasq.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsmasq/pxe/README.md b/dnsmasq/pxe/README.md index f147309..ff9727b 100644 --- a/dnsmasq/pxe/README.md +++ b/dnsmasq/pxe/README.md @@ -37,7 +37,7 @@ port=0 no-hosts no-resolv server=8.8.8.8 -dhcp-range=192.168.1.10,192.168.1.20,1h +dhcp-range=192.168.1.10,192.168.1.20,1h,proxy dhcp-option=3,192.168.1.1 dhcp-option=6,192.168.1.1 dhcp-boot=pxelinux.0 diff --git a/dnsmasq/pxe/dnsmasq.conf b/dnsmasq/pxe/dnsmasq.conf index 98ebeff..f6c405c 100644 --- a/dnsmasq/pxe/dnsmasq.conf +++ b/dnsmasq/pxe/dnsmasq.conf @@ -3,7 +3,7 @@ port=0 no-hosts no-resolv server=8.8.8.8 -dhcp-range=192.168.1.10,192.168.1.20,1h +dhcp-range=192.168.1.10,192.168.1.20,1h,proxy dhcp-option=3,192.168.1.1 dhcp-option=6,192.168.1.1 dhcp-boot=pxelinux.0