diff options
| author | Jeff Carr <[email protected]> | 2023-03-25 13:54:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-25 13:54:15 -0500 |
| commit | c81b8f8ac6cb1f0e37e3f8eb6ed5babf3c61bbfd (patch) | |
| tree | e8058e8c96023399502353c20712092646e7f401 /Makefile | |
| parent | d65f28d10991354b3af0168001a4beea6b8242f9 (diff) | |
dns update worked for hpdevone.lab.wit.org
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..239e120 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +all: + ./go-nsupdate \ + --tsig-algorithm=hmac-sha512 \ + --tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \ + -i wlo1 hpdevone.lab.wit.org + +check: + ./go-nsupdate \ + --tsig-algorithm=hmac-sha512 \ + --tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \ + -i wlo1 check.lab.wit.com + +make-keys: + sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org |
