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
7f32488b
Commit
7f32488b
authored
Mar 26, 2017
by
Josh Soref
Browse files
spelling: subdomain
parent
8f73e241
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_freedns.sh
View file @
7f32488b
...
...
@@ -302,12 +302,12 @@ _freedns_retrieve_subdomain_page() {
export
_H2
=
"Accept-Language:en-US"
url
=
"https://freedns.afraid.org/subdomain/"
_debug
"Retrieve subd
m
oain page from FreeDNS"
_debug
"Retrieve subdo
m
ain page from FreeDNS"
htmlpage
=
"
$(
_get
"
$url
"
)
"
if
[
"
$?
"
!=
"0"
]
;
then
_err
"FreeDNS retrieve subdomins failed bad RC from _get"
_err
"FreeDNS retrieve subdom
a
ins failed bad RC from _get"
return
1
elif
[
-z
"
$htmlpage
"
]
;
then
_err
"FreeDNS returned empty subdomain page"
...
...
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