mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
World4You updated info strings
This commit is contained in:
@@ -14,7 +14,7 @@ RECORD=''
|
|||||||
dns_world4you_add() {
|
dns_world4you_add() {
|
||||||
fqdn="$1"
|
fqdn="$1"
|
||||||
value="$2"
|
value="$2"
|
||||||
_info "Using world4you"
|
_info "Using world4you to add record"
|
||||||
_debug fulldomain "$fqdn"
|
_debug fulldomain "$fqdn"
|
||||||
_debug txtvalue "$value"
|
_debug txtvalue "$value"
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ AddDnsRecordForm[uniqueFormIdTTL]=$formidttl&AddDnsRecordForm[_token]=$form_toke
|
|||||||
dns_world4you_rm() {
|
dns_world4you_rm() {
|
||||||
fqdn="$1"
|
fqdn="$1"
|
||||||
value="$2"
|
value="$2"
|
||||||
_info "Using world4you"
|
_info "Using world4you to remove record"
|
||||||
_debug fulldomain "$fqdn"
|
_debug fulldomain "$fqdn"
|
||||||
_debug txtvalue "$value"
|
_debug txtvalue "$value"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user