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

put-dns - Put a DNS record onto an external DNS provider

Authors

       John Lines.

put-dns 0.0.1                                     January 2021                                        put-dns(1)

Description

put-dns uses the Provider defined in put-dns.conf to create a DNS entry.

   DNSentry
       This  is a DNS entry in RFC1034 format, this should be of the form owner type class RDATA and passed as a
       single argument to put-dns.

Examples

       put-dns "mail.example.com IN A 10.9.8.7"
              create a DNS Adress record for mail.example com, pointing to the IP addess 10.9.8.7

Name

       put-dns - Put a DNS record onto an external DNS provider

Options

-v     Be verbose, say what DNS entry will be sent to which provider -n No action - do not  actually  in‐
              voke the provider to add the entry

Synopsis

put-dns [-v] [-n] “DNS entry”

See Also