Skip to content

Instantly share code, notes, and snippets.

@dustinbutterworth
Created December 8, 2021 14:02
Show Gist options
  • Save dustinbutterworth/6b557d87f493a0bea2a2badd7392ec27 to your computer and use it in GitHub Desktop.
Save dustinbutterworth/6b557d87f493a0bea2a2badd7392ec27 to your computer and use it in GitHub Desktop.
Cloudflare Radar Query Function
# Throw this in your .bashrc/.zshrc/etc... and run
# radar domain.com
radar () {
curl -k -s https://radar.cloudflare.com/api/domains/categories\?domain\=$1 | jq .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment