summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5563d2..5f81fe2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,15 @@
+farm001:
+ ./go-nsupdate \
+ --tsig-algorithm=hmac-sha512 \
+ --tsig-secret="OWh5/ZHIyaz7B8J9m9ZDqZ8448Pke0PTpkYbZmFcOf5a6rEzgmcwrG91u1BHi1/4us+mKKEobDPLw1x6sD+ZJw==" \
+ -i eno2 farm001.lab.wit.org
+
+hundred:
+ ./go-nsupdate \
+ --tsig-algorithm=hmac-sha512 \
+ --tsig-secret="eu/ZhKot9Ix5dAZAh2CmtndAwvksGjjRYhVLuMGenXq9QmQhIxeGRkhMY53jnJrWDnZ2rti3OrJafXveGnh8UA==" \
+ -i eno2 hundred.lab.wit.org
+
bastion:
./go-nsupdate \
--tsig-algorithm=hmac-sha512 \