How to Install dnsvi in Ubuntu 18.04



Install dnsvi by entering the following commands in the terminal:

sudo apt update
sudo apt install dnsvi

Description:

edit dynamic DNS zones using vi

dnsvi is a frontend for nsupdate. Given a DNS zone name, it uses dig -t AXFR to get all the records in a zone. It then spawns your favorite editor, and upon completion, builds a list of "update add" and "update delete" statements to feed to nsupdate

Homepage: https://github.com/ChristophBerg/dnsvi

Version: 1.2

Section: universe/admin