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 --- nsupdate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsupdate.go') diff --git a/nsupdate.go b/nsupdate.go index 2757b75..add2c94 100644 --- a/nsupdate.go +++ b/nsupdate.go @@ -22,7 +22,7 @@ func nsupdate() { cmd := "go-nsupdate --tsig-algorithm=hmac-sha512" tsigSecret = os.Getenv("TIG_SECRET") cmd += " --tig-secret=\"" + tsigSecret + "\"" - cmd += " -i wlo1 " + me.status.GetHostname() + cmd += " -i wlo1 " + me.statusOS.GetHostname() log.Log(NET, "nsupdate() RUN:", cmd) for s, t := range me.ipmap { -- cgit v1.2.3