nsupdate notes
nsupdates is from package bind-utils.
nsupdate <<'EOF'
update add clonetest203.domain.example.com 86400 a 10.200.16.243
send
EOF
### statement for nsupdate to delete a record
update delete clonetest203.domain.example.com a
Preserving for the future: Shell scripts, AoC, and more
nsupdates is from package bind-utils.
nsupdate <<'EOF'
update add clonetest203.domain.example.com 86400 a 10.200.16.243
send
EOF
### statement for nsupdate to delete a record
update delete clonetest203.domain.example.com a
Comments