summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-12 00:27:34 -0500
committerJeff Carr <[email protected]>2023-04-12 00:27:34 -0500
commit4e6c20cf5ff69e381caa5901cb0f2f1dff8e2f6e (patch)
treee44d94b2567addd98cdec11a8ab8e1015c4802bd
parent2a80f90f38dc482021ca0b4dc4680f179bce9173 (diff)
damn
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
-rwxr-xr-xgo-nsupdatebin6921708 -> 0 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c91e574..b5dd926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-.*.swo
.*.swp
+go-nsupdate
diff --git a/Makefile b/Makefile
index 5b2f6b8..5c8b596 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,6 @@ check:
make-keys:
tsig-keygen -a hmac-sha512 bastion.lab.wit.org
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
+
+push:
+ git push wit jcarr
diff --git a/go-nsupdate b/go-nsupdate
deleted file mode 100755
index 2d10073..0000000
--- a/go-nsupdate
+++ /dev/null
Binary files differ