logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnsvi - Edit dynamic DNS zones using vi

Author

       Christoph Berg <myon@debian.org>

                                                                                                        DNSVI(1)

Description

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

Environment

EDITOR
           Editor to use instead of sensible-editor.

Example

        $ dnsvi -k dyn.df7cb.de.key @ns.df7cb.de dyn.df7cb.de
        [...vi...]
        nsupdate commands queued:
        server ns.df7cb.de
        zone dyn.df7cb.de
        update delete fermi.dyn.df7cb.de. IN A 127.0.0.1
        update add    lehmann.dyn.df7cb.de. 600 IN A 127.0.0.1
        update add    volta.dyn.df7cb.de. 2419200 IN SSHFP 3 1 DC66C1C5E9ED611FBDF0A9E1F701B1F8C38A6C1D
        send
        answer

        [S]end, [e]dit, send and edit [a]gain, [q]uit: [s]

Name

       dnsvi - Edit dynamic DNS zones using vi

Options

-i--noidnout
           If you are updating a punycode domain and you are using bind9 >= 9.14.0, you need to specify -i to be
           able  to  update  the  zone, otherwise there will be a mix of punycode and non-punycode domains which
           nsupdate will refuse.

       -l  Use localhost as nameserver and pass -l (local) to nsupdate.

       -kkeyfile
           Use keyfile for AXFR and nsupdate.

       -g  Use Kerberos credentials for nsupdate. See -g in nsupdate(1) for details.

       -pport
           Use port for AXFR and nsupdate (default: 53).

       @nameserver
           Query nameserver for zone data and send updates there.

See Also

dig(1), nsupdate(1).

Synopsis

dnsvi [-igl] [-kkeyfile] [-pport] [@nameserver] zone

See Also