diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 00:27:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 00:27:34 -0500 |
| commit | 4e6c20cf5ff69e381caa5901cb0f2f1dff8e2f6e (patch) | |
| tree | e44d94b2567addd98cdec11a8ab8e1015c4802bd | |
| parent | 2a80f90f38dc482021ca0b4dc4680f179bce9173 (diff) | |
damn
Signed-off-by: Jeff Carr <[email protected]>
| -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 |
