From 4e6c20cf5ff69e381caa5901cb0f2f1dff8e2f6e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Apr 2023 00:27:34 -0500 Subject: damn Signed-off-by: Jeff Carr --- .gitignore | 2 +- Makefile | 3 +++ go-nsupdate | Bin 6921708 -> 0 bytes 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100755 go-nsupdate 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 Binary files a/go-nsupdate and /dev/null differ -- cgit v1.2.3