From ef588e8e22d59150907654026558b03753af864c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 24 Jan 2024 22:15:57 -0600 Subject: absolutely never directories Signed-off-by: Jeff Carr --- old/nsupdate.go | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 old/nsupdate.go (limited to 'old/nsupdate.go') diff --git a/old/nsupdate.go b/old/nsupdate.go deleted file mode 100644 index 635de4c..0000000 --- a/old/nsupdate.go +++ /dev/null @@ -1,34 +0,0 @@ -// inspired from: -// https://github.com/mactsouk/opensource.com.git -// and -// https://coderwall.com/p/wohavg/creating-a-simple-tcp-server-in-go - -package main - -import ( -) - -// ./go-nsupdate \ -// --tsig-algorithm=hmac-sha512 \ -// --tsig-secret="OWh5/ZHIyaz7B8J9m9ZDqZ8448Pke0PTpkYbZmFcOf5a6rEzgmcwrG91u1BHi1/4us+mKKEobDPLw1x6sD+ZJw==" \ -// -i eno2 farm001.lab.wit.com - -/* -func nsupdate() { - var tsigSecret string - log.Log(NET, "nsupdate() START") - cmd := "go-nsupdate --tsig-algorithm=hmac-sha512" - tsigSecret = os.Getenv("TIG_SECRET") - cmd += " --tig-secret=\"" + tsigSecret + "\"" - cmd += " -i wlo1 " + me.statusOS.GetHostname() - log.Log(NET, "nsupdate() RUN:", cmd) - - for s, t := range me.ipmap { - if (t.IsReal()) { - if (t.ipv6) { - log.Log(NET, "nsupdate() found real AAAA =", s, "on iface", t.iface.Name) - } - } - } -} -*/ -- cgit v1.2.3