summaryrefslogtreecommitdiff
path: root/digStatus.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 16:59:33 -0600
committerJeff Carr <[email protected]>2024-01-06 16:59:33 -0600
commit15d9f9769360b1cb8c748de8ee995030ade5eb35 (patch)
tree97f7c9057c284fbb8f9e0428533f2d7b4da85772 /digStatus.go
parent983517732d9f193771665d8191c58e47028c6670 (diff)
all engines running and stable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digStatus.go')
-rw-r--r--digStatus.go4
1 files changed, 2 insertions, 2 deletions
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 {