The domain name has more than one address:
a.test.com: 10.10.10.10 a.test.com: 10.10.10.11
I use 'nsupdate' to add them, but how can I update one of the records;
a test.com 10.10.10.10 ->10.10.10.12
I tried to use delete the 10.10.10.10.in-add.... and it worked. But when I delete the a.test.com, the other record is deleted too. So when I nslookup a.test.com, None of the ip address can be found.
I want to know how can I just delete the specific record.