Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
a97e74b2
Unverified
Commit
a97e74b2
authored
Apr 24, 2019
by
mod242
Committed by
GitHub
Apr 24, 2019
Browse files
Update dns_ddnss.sh
parent
fecc5b09
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_ddnss.sh
View file @
a97e74b2
...
...
@@ -122,7 +122,7 @@ _ddnss_rest() {
# DDNSS uses GET to update domain info
if
[
"
$method
"
=
"GET"
]
;
then
response
=
"
$(
_get
"
$url
"
|
sed
:a
-e
's/<[^>]*>//g;/</N;//ba'
| _tail_n 1
)
"
response
=
"
$(
_get
"
$url
"
|
sed
:a
-e
's/<[^>]*>//g;/</N;//ba'
| _tail_n 1
)
"
else
_err
"Unsupported method"
return
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