diff --git a/sshdyndns b/sshdyndns index 91ffaa1..e8c8e31 100755 --- a/sshdyndns +++ b/sshdyndns @@ -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 will update A records. - -=head1 ENVIRONMENTS - -=item B - -Remote IP to set A record to. - -=back +B will update A records taken from the B environment. =cut