mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 19:12:47 +00:00
Remove dns_he_ddns_rm(), not used
This commit is contained in:
parent
5214a7c3ec
commit
c96fcf319a
@ -33,11 +33,5 @@ dns_he_ddns_add() {
|
|||||||
_contains "$response" "good" && return 0 || return 1
|
_contains "$response" "good" && return 0 || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
#Usage: fulldomain txtvalue
|
# dns_he_ddns_rm() is not implemented because the API call always updates the
|
||||||
#Remove the txt record after validation.
|
# contents of the existing record (that the API key gives access to).
|
||||||
dns_he_ddns_rm() {
|
|
||||||
fulldomain=$1
|
|
||||||
txtvalue=$2
|
|
||||||
_debug fulldomain "$fulldomain"
|
|
||||||
_debug txtvalue "$txtvalue"
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user