From 001bfb06301a01ebcf1b72ea4241645fd7f0c2c4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Apr 2023 08:44:08 -0500 Subject: [PATCH] hundred & farm001 --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 \