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