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
291c97dc
Commit
291c97dc
authored
Mar 26, 2017
by
Josh Soref
Browse files
spelling: challenge
parent
bcbecff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_freedns.sh
View file @
291c97dc
...
...
@@ -112,7 +112,7 @@ dns_freedns_add() {
# not produce accurate results as the value field is truncated
# on this webpage. To get full value we would need to load
# another page. However we don't really need this so long as
# there is only one TXT record for the acme chalenge subdomain.
# there is only one TXT record for the acme chal
l
enge subdomain.
DNSvalue
=
"
$(
echo
"
$line
"
|
cut
-d
','
-f
4 |
sed
's/^[^"]*"//;s/".*//;s/<\/td>.*//'
)
"
if
[
$found
!=
0
]
;
then
break
...
...
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