We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa72a4 commit d77ac8fCopy full SHA for d77ac8f
dns.sh
@@ -0,0 +1 @@
1
+curl -s -X POST https://api.mnemonic.no/pdns/v3/search -H 'Content-Type: application/json' --data '{"query":"ip"}' | jq | egrep "query" | awk -F: '{print $2 }' | cut -d'"' -f2
0 commit comments