nsupdate with respone-policy zone

Tony Finch dot at dotat.at
Wed Nov 20 13:41:16 UTC 2019


mail-list-users at materna.de <mail-list-users at 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  <dot at dotat.at>  http://dotat.at/
Viking: South backing east, 4 to 6. Moderate, occasionally slight in east.
Showers later. Good.


More information about the bind-users mailing list