diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
| commit | a385734bc948b6cae6c5dd9a5fc48abaca4a040f (patch) | |
| tree | 00eac4714c36543d68eb32ce5d41f570af7e5501 /nsupdate.go | |
| parent | bd3e75e68779b36186fb85a61b726b71a178e96f (diff) | |
all engines running and stable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nsupdate.go')
| -rw-r--r-- | nsupdate.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
