Unverified Commit 9eb5f65b authored by stilez's avatar stilez Committed by GitHub
Browse files

edit comments

parent 1253357a
...@@ -60,7 +60,7 @@ pleskxml_tplt_rmv_dns_record="<packet><dns><del_rec><filter><id>%s</id></filter> ...@@ -60,7 +60,7 @@ pleskxml_tplt_rmv_dns_record="<packet><dns><del_rec><filter><id>%s</id></filter>
#################### Public functions ################################## #################### Public functions ##################################
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" #Usage: dns_pleskxml_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_pleskxml_add() { dns_pleskxml_add() {
fulldomain=$1 fulldomain=$1
txtvalue=$2 txtvalue=$2
...@@ -107,7 +107,7 @@ dns_pleskxml_add() { ...@@ -107,7 +107,7 @@ dns_pleskxml_add() {
return 0 return 0
} }
#Usage: rm _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" #Usage: dns_pleskxml_rm _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_pleskxml_rm() { dns_pleskxml_rm() {
fulldomain=$1 fulldomain=$1
txtvalue=$2 txtvalue=$2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment