mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
add dhcp proxy option
This commit is contained in:
parent
384d341a6c
commit
684740c84b
@ -37,7 +37,7 @@ port=0
|
|||||||
no-hosts
|
no-hosts
|
||||||
no-resolv
|
no-resolv
|
||||||
server=8.8.8.8
|
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=3,192.168.1.1
|
||||||
dhcp-option=6,192.168.1.1
|
dhcp-option=6,192.168.1.1
|
||||||
dhcp-boot=pxelinux.0
|
dhcp-boot=pxelinux.0
|
||||||
|
@ -3,7 +3,7 @@ port=0
|
|||||||
no-hosts
|
no-hosts
|
||||||
no-resolv
|
no-resolv
|
||||||
server=8.8.8.8
|
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=3,192.168.1.1
|
||||||
dhcp-option=6,192.168.1.1
|
dhcp-option=6,192.168.1.1
|
||||||
dhcp-boot=pxelinux.0
|
dhcp-boot=pxelinux.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user