added: ipv6 identifier support

This commit is contained in:
Bruce Lam 2022-04-19 20:34:02 +08:00 committed by neil
parent 2c28d6b10c
commit 3e8d9a1987
1 changed files with 1 additions and 1 deletions

View File

@ -4530,7 +4530,7 @@ issue() {
response="$(echo "$response" | _normalizeJson)"
_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
_d="*.$_d"
fi