1
0
Fork 0

improve documentation

This commit is contained in:
Florian Obser 2017-04-25 07:26:19 +02:00
parent 33e6bbbb84
commit 690679ea13
1 changed files with 16 additions and 9 deletions

View File

@ -127,6 +127,9 @@ dnsupdate_tlsa [options] zone dnsname
Print a brief help message and exits.
=item B<-verbose>
Show what's going on.
=item B<-server>
DNS server to send DNS updates to.
@ -135,18 +138,22 @@ DNS server to send DNS updates to.
DNS port to send DNS updates to, default 53.
=item B<-tsigname>
Name of the TSIG key.
=item B<-tsigkey>
Base64 encoding of the TSIG key.
=item B<-tsigalgo>
Algorithm of the TSGI key, default hmac-md5.
=back
=head 1 DESCRIPTION
B<This program> will update A records.
=head1 ENVIRONMENTS
=item B<SSH_CLIENT>
Remote IP to set A record to.
=back
B<This program> will update A records taken from the B<SSH_CLIENT> environment.
=cut