From b10c777729c9d6174100c935a344e8dc856555ad Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 16 Nov 2017 16:32:36 -0800 Subject: [PATCH] contrib/dnsmasq: Remove old matchbox endpoint from dnsmasq configs --- contrib/dnsmasq/docker0.conf | 4 +--- contrib/dnsmasq/metal0.conf | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/contrib/dnsmasq/docker0.conf b/contrib/dnsmasq/docker0.conf index ae3173a0..f1504e40 100644 --- a/contrib/dnsmasq/docker0.conf +++ b/contrib/dnsmasq/docker0.conf @@ -27,13 +27,11 @@ dhcp-boot=tag:efi64,ipxe.efi # iPXE dhcp-userclass=set:ipxe,iPXE -dhcp-boot=tag:ipxe,http://matchbox.foo:8080/boot.ipxe +dhcp-boot=tag:ipxe,http://matchbox.example.com:8080/boot.ipxe log-queries log-dhcp -address=/bootcfg.foo/172.18.0.2 -address=/matchbox.foo/172.17.0.2 address=/matchbox.example.com/172.17.0.2 address=/node1.example.com/172.17.0.21 address=/node2.example.com/172.17.0.22 diff --git a/contrib/dnsmasq/metal0.conf b/contrib/dnsmasq/metal0.conf index 4fd912c0..da94a853 100644 --- a/contrib/dnsmasq/metal0.conf +++ b/contrib/dnsmasq/metal0.conf @@ -13,13 +13,11 @@ tftp-root=/var/lib/tftpboot dhcp-userclass=set:ipxe,iPXE dhcp-boot=tag:#ipxe,undionly.kpxe -dhcp-boot=tag:ipxe,http://matchbox.foo:8080/boot.ipxe +dhcp-boot=tag:ipxe,http://matchbox.example.com:8080/boot.ipxe log-queries log-dhcp -address=/bootcfg.foo/172.18.0.2 -address=/matchbox.foo/172.18.0.2 address=/matchbox.example.com/172.18.0.2 address=/node1.example.com/172.18.0.21 address=/node2.example.com/172.18.0.22