Browse Source

Cleanup according to styleguide

pull/2229/head
mod242 5 years ago
committed by GitHub
parent
commit
ec982ccacb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_ddnss.sh

2
dnsapi/dns_ddnss.sh

@ -7,14 +7,12 @@
#Please note: the Wildcard Feature must be turned on for the Host record #Please note: the Wildcard Feature must be turned on for the Host record
#and the checkbox for TXT needs to be enabled #and the checkbox for TXT needs to be enabled
# Pass credentials before "acme.sh --issue --dns dns_ddnss ..." # Pass credentials before "acme.sh --issue --dns dns_ddnss ..."
# -- # --
# export DDNSS_Token="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" # export DDNSS_Token="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
# -- # --
# #
DDNSS_DNS_API="https://ddnss.de/upd.php" DDNSS_DNS_API="https://ddnss.de/upd.php"
######## Public functions ##################### ######## Public functions #####################

Loading…
Cancel
Save