Thursday, April 10, 2014

add remove dynamic bind dns records

IF ZONES EXIST

nsupdate -k $keyfile
> server 127.0.0.1
> update add server1.example.com 3600 A 10.0.0.1
> send
> update add 1.0.0.10.in-addr.arpa 3600 in ptr server1.example.com.
> send

No comments: