Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5d6fd809
Commit
5d6fd809
authored
Oct 25, 2016
by
neilpang
Browse files
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
parent
800e3f45
Changes
8
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
5d6fd809
...
...
@@ -78,7 +78,11 @@ dns_cf_add(){
}
#fulldomain
dns_cf_rm
()
{
fulldomain
=
$1
}
#################### Private functions bellow ##################################
...
...
dnsapi/dns_cx.sh
View file @
5d6fd809
...
...
@@ -56,6 +56,15 @@ dns_cx_add() {
return
1
}
#fulldomain
dns_cx_rm
()
{
fulldomain
=
$1
}
#usage: root sub
#return if the sub record already exists.
#echos the existing records count.
...
...
dnsapi/dns_dp.sh
View file @
5d6fd809
...
...
@@ -51,6 +51,15 @@ dns_dp_add() {
fi
}
#fulldomain
dns_dp_rm
()
{
fulldomain
=
$1
}
#usage: root sub
#return if the sub record already exists.
#echos the existing records count.
...
...
dnsapi/dns_gd.sh
View file @
5d6fd809
...
...
@@ -55,6 +55,13 @@ dns_gd_add(){
#fulldomain
dns_gd_rm
()
{
fulldomain
=
$1
}
#################### Private functions bellow ##################################
...
...
dnsapi/dns_lexicon.sh
View file @
5d6fd809
...
...
@@ -66,4 +66,13 @@ dns_lexicon_add() {
}
#fulldomain
dns_lexicon_rm
()
{
fulldomain
=
$1
}
dnsapi/dns_myapi.sh
View file @
5d6fd809
...
...
@@ -20,6 +20,11 @@ dns_myapi_add() {
#fulldomain
dns_myapi_rm
()
{
fulldomain
=
$1
}
#################### Private functions bellow ##################################
...
...
dnsapi/dns_ovh.sh
View file @
5d6fd809
...
...
@@ -183,6 +183,13 @@ dns_ovh_add(){
}
#fulldomain
dns_ovh_rm
()
{
fulldomain
=
$1
}
#################### Private functions bellow ##################################
_ovh_authentication
()
{
...
...
dnsapi/dns_pdns.sh
View file @
5d6fd809
...
...
@@ -61,6 +61,14 @@ dns_pdns_add() {
return
0
}
#fulldomain
dns_pdns_rm
()
{
fulldomain
=
$1
}
set_record
()
{
_info
"Adding record"
root
=
$1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment