.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "put-dns" "1" "January 2021" "put-dns 0.0.1" "" .hy .SH NAME .PP put-dns - Put a DNS record onto an external DNS provider .SH SYNOPSIS .PP \f[B]put-dns\f[R] [\f[I]-v\f[R]] [\f[I]-n\f[R]] \[lq]DNS entry\[rq] .SH DESCRIPTiON .PP \f[B]put-dns\f[R] uses the Provider defined in put-dns.conf to create a DNS entry. .SS DNS entry .PP 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. .SH OPTIONS .TP \f[B]-v\f[R] Be verbose, say what DNS entry will be sent to which provider \f[B]-n\f[R] No action - do not actually invoke the provider to add the entry .SH EXAMPLES .TP put-dns \[dq]mail.example.com IN A 10.9.8.7\[dq] create a DNS Adress record for mail.example com, pointing to the IP addess 10.9.8.7 .SH COPYRIGHT .PP Copyright \[at] 2021 John Lines. License LGPLv3+: GNU Lesser GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRENTY, to the extent permitted by law. .SH AUTHORS John Lines.