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
cf4c6033
Commit
cf4c6033
authored
May 19, 2019
by
neilpang
Browse files
fix format
parent
ace947e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_durabledns.sh
View file @
cf4c6033
#!/usr/bin/env sh
#DD_API_User="xxxxx"
#DD_API_Key="xxxxxx"
...
...
@@ -40,7 +39,6 @@ dns_durabledns_add() {
_contains
"
$response
"
"createRecordResponse"
}
dns_durabledns_rm
()
{
fulldomain
=
$1
txtvalue
=
$2
...
...
@@ -125,7 +123,6 @@ _get_root() {
}
#method
_dd_soap
()
{
_method
=
"
$1
"
...
...
@@ -177,6 +174,3 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
_debug2
"response"
"
$response
"
return
0
}
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