Codebase list massdns / 7f02cb6 scripts / massdnsAAAA.jq
7f02cb6

Tree @7f02cb6 (Download .tar.gz)

massdnsAAAA.jq @7f02cb6raw · history · blame

1
2
3
4
5
. |
  select(
    .class == "IN" and
    .status == "NOERROR") | 
  (.name|rtrimstr(".")) + "," + (.data.answers[] | select(.type == "AAAA") .data)?