improve documentation
This commit is contained in:
parent
33e6bbbb84
commit
690679ea13
25
sshdyndns
25
sshdyndns
@ -127,6 +127,9 @@ dnsupdate_tlsa [options] zone dnsname
|
|||||||
|
|
||||||
Print a brief help message and exits.
|
Print a brief help message and exits.
|
||||||
|
|
||||||
|
=item B<-verbose>
|
||||||
|
Show what's going on.
|
||||||
|
|
||||||
=item B<-server>
|
=item B<-server>
|
||||||
|
|
||||||
DNS server to send DNS updates to.
|
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.
|
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
|
=back
|
||||||
|
|
||||||
=head 1 DESCRIPTION
|
=head 1 DESCRIPTION
|
||||||
|
|
||||||
B<This program> will update A records.
|
B<This program> will update A records taken from the B<SSH_CLIENT> environment.
|
||||||
|
|
||||||
=head1 ENVIRONMENTS
|
|
||||||
|
|
||||||
=item B<SSH_CLIENT>
|
|
||||||
|
|
||||||
Remote IP to set A record to.
|
|
||||||
|
|
||||||
=back
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
Reference in New Issue
Block a user