mail-list-us...@materna.de <mail-list-us...@materna.de> wrote:
>
> server 127.0.0.1
> debug no
> zone testoverride
> update add zzz.google.de 604800 A 127.0.0.1
> send

The problem is that nsupdate needs fully-qualified domain names - you
can't omit the zone name like you can in zone files. So your script needs
to be

zone testoverride
update add zzz.google.de.testoverride 604800 A 127.0.0.1
send

Tony.
-- 
f.anthony.n.finch  <d...@dotat.at>  http://dotat.at/
Viking: South backing east, 4 to 6. Moderate, occasionally slight in east.
Showers later. Good.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to