As the title, I have a zone with :
and I update the domain's IP with nsupdate:
I get the error:
So, how to fix this problem?
Code:
zone "example.com"
{
//...
dnssec... maintain;
//
inline-signing yes;
}
and I update the domain's IP with nsupdate:
Code:
zone example.com
update delete some.example.com
update add some.example.com new_ip
send
Code:
Feb 17 16:10:56 bsdrise named[2992]: zone example.com/IN (signed): receive_secure_serial: not exact
So, how to fix this problem?