Compare commits
2 Commits
aa002fe55d
...
001bfb0630
Author | SHA1 | Date |
---|---|---|
|
001bfb0630 | |
|
485955e6cd |
14
Makefile
14
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:
|
bastion:
|
||||||
./go-nsupdate \
|
./go-nsupdate \
|
||||||
--tsig-algorithm=hmac-sha512 \
|
--tsig-algorithm=hmac-sha512 \
|
||||||
|
@ -8,7 +20,7 @@ bastion2:
|
||||||
./go-nsupdate \
|
./go-nsupdate \
|
||||||
--tsig-algorithm=hmac-sha512 \
|
--tsig-algorithm=hmac-sha512 \
|
||||||
--tsig-secret="y3q4ullOenXIzzMQVh+iazMGW0f4Qr+PmAT/zAZZ09HrK5ftYWFwlIEdRq5XPRmEA+nzDO47uJ95+/xNOgbNzQ==" \
|
--tsig-secret="y3q4ullOenXIzzMQVh+iazMGW0f4Qr+PmAT/zAZZ09HrK5ftYWFwlIEdRq5XPRmEA+nzDO47uJ95+/xNOgbNzQ==" \
|
||||||
-i enp1s0f3 bastion2.lab.wit.org
|
-i enp1s0f0 bastion2.lab.wit.org
|
||||||
|
|
||||||
hpdevone:
|
hpdevone:
|
||||||
./go-nsupdate \
|
./go-nsupdate \
|
||||||
|
|
Loading…
Reference in New Issue