From 15d9f9769360b1cb8c748de8ee995030ade5eb35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 16:59:33 -0600 Subject: all engines running and stable Signed-off-by: Jeff Carr --- digStatus.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digStatus.go') diff --git a/digStatus.go b/digStatus.go index ffa9f2d..d23d8a4 100644 --- a/digStatus.go +++ b/digStatus.go @@ -207,8 +207,8 @@ func (ds *digStatus) updateDnsStatus() { ipv4, ipv6 = ds.dsCloudflare.update() ipv4, ipv6 = ds.dsGoogle.update() - if me.status.ValidHostname() { - if ds.checkLookupDoH(me.status.GetHostname()) { + if me.statusOS.ValidHostname() { + if ds.checkLookupDoH(me.statusOS.GetHostname()) { log.Log(DNS, "updateDnsStatus() HTTP DNS lookups working") me.digStatus.set(ds.statusHTTP, "WORKING") } else { -- cgit v1.2.3