1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00
Files
dockerfiles/dnsmasq/pxe/dnsmasq.conf

12 lines
207 B
Plaintext
Raw Permalink Normal View History

2016-06-20 21:33:42 +08:00
interface=eth0
port=0
no-hosts
no-resolv
server=8.8.8.8
2016-08-07 08:51:52 +08:00
dhcp-range=192.168.1.10,192.168.1.20,1h,proxy
2016-06-20 21:33:42 +08:00
dhcp-option=3,192.168.1.1
dhcp-option=6,192.168.1.1
dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/tftpboot