From f2f00b6d0eaa571f8b484e682ee0daa0c3dc9dce Mon Sep 17 00:00:00 2001 From: Ruben Koster Date: Thu, 31 Oct 2019 09:44:29 +0100 Subject: [PATCH] Fix typo in dnsmasq example (#767) --- contrib/dnsmasq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dnsmasq/README.md b/contrib/dnsmasq/README.md index 8c33a9ce..15cee521 100644 --- a/contrib/dnsmasq/README.md +++ b/contrib/dnsmasq/README.md @@ -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 ```