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
3e8d9a19
Commit
3e8d9a19
authored
Apr 19, 2022
by
Bruce Lam
Committed by
neil
Apr 20, 2022
Browse files
added: ipv6 identifier support
parent
2c28d6b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
3e8d9a19
...
@@ -4530,7 +4530,7 @@ issue() {
...
@@ -4530,7 +4530,7 @@ issue() {
response="$(echo "$response" | _normalizeJson)"
response="$(echo "$response" | _normalizeJson)"
_debug2 response "$response"
_debug2 response "$response"
_d
=
"
$(
echo
"
$response
"
| _egrep_o
'"value" *: *"[^"]*"'
|
cut
-d
:
-f
2 |
tr
-d
' "'
)
"
_d="$(echo "$response" | _egrep_o '"value" *: *"[^"]*"' | cut -d : -f 2
-
| tr -d ' "')"
if _contains "$response" "\"wildcard\" *: *true"; then
if _contains "$response" "\"wildcard\" *: *true"; then
_d="*.$_d"
_d="*.$_d"
fi
fi
...
...
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