Fix typo in dnsmasq example (#767)

This commit is contained in:
Ruben Koster
2019-10-31 09:44:29 +01:00
committed by Dalton Hubble
parent 117d6d07e2
commit f2f00b6d0e

View File

@@ -23,7 +23,7 @@ sudo docker run --rm --cap-add=NET_ADMIN --net=host quay.io/poseidon/dnsmasq \
--dhcp-boot=tag:efi64,ipxe.efi \
--dhcp-userclass=set:ipxe,iPXE \
--dhcp-boot=tag:ipxe,http://matchbox.example.com:8080/boot.ipxe \
--address=/matchbox.example/192.168.1.2 \
--address=/matchbox.example.com/192.168.1.2 \
--log-queries \
--log-dhcp
```