1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

1 Commits
0.5.3 ... main

Author SHA1 Message Date
EV21
a98f973d4d hotfix: changed DomRobot API behaviour 2025-11-26 22:00:30 +01:00

View File

@@ -222,7 +222,7 @@ function fetchDNSRecords
function getRecordID function getRecordID
{ {
echo "$_dns_records" | echo "$_dns_records" |
jq "select(.type == \"${1}\") | .id" jq --raw-output "select(.type == \"${1}\") | .id"
} }
## do_dig_request A B ## do_dig_request A B