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
5e3aa2db
Commit
5e3aa2db
authored
Sep 14, 2020
by
neil
Browse files
add debug info for duckdns
parent
b74a501f
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_duckdns.sh
View file @
5e3aa2db
...
...
@@ -112,6 +112,9 @@ _duckdns_rest() {
param
=
"
$2
"
_debug param
"
$param
"
url
=
"
$DuckDNS_API
?
$param
"
if
[
"
$DEBUG
"
-gt
0
]
;
then
url
=
"
$url
&verbose=true"
fi
_debug url
"
$url
"
# DuckDNS uses GET to update domain info
...
...
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