Skip to content

Commit 684740c

Browse files
committed
add dhcp proxy option
1 parent 384d341 commit 684740c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dnsmasq/pxe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ port=0
3737
no-hosts
3838
no-resolv
3939
server=8.8.8.8
40-
dhcp-range=192.168.1.10,192.168.1.20,1h
40+
dhcp-range=192.168.1.10,192.168.1.20,1h,proxy
4141
dhcp-option=3,192.168.1.1
4242
dhcp-option=6,192.168.1.1
4343
dhcp-boot=pxelinux.0

dnsmasq/pxe/dnsmasq.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port=0
33
no-hosts
44
no-resolv
55
server=8.8.8.8
6-
dhcp-range=192.168.1.10,192.168.1.20,1h
6+
dhcp-range=192.168.1.10,192.168.1.20,1h,proxy
77
dhcp-option=3,192.168.1.1
88
dhcp-option=6,192.168.1.1
99
dhcp-boot=pxelinux.0

0 commit comments

Comments
 (0)