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

hotfix: changed DomRobot API behaviour

This commit is contained in:
EV21
2025-11-26 22:00:30 +01:00
committed by GitHub
parent 9efc3df858
commit a98f973d4d

View File

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