diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rwxr-xr-x | go-nsupdate | bin | 6921708 -> 0 bytes |
3 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,2 @@ -.*.swo .*.swp +go-nsupdate @@ -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 Binary files differdeleted file mode 100755 index 2d10073..0000000 --- a/go-nsupdate +++ /dev/null |
