Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created December 25, 2022 20:50
Show Gist options
  • Save denzhel/b90c184fe475d23c3c3d0d2a4a9ca62b to your computer and use it in GitHub Desktop.
Save denzhel/b90c184fe475d23c3c3d0d2a4a9ca62b to your computer and use it in GitHub Desktop.
get IP addresses of atlassian services

To get the IP ranges for a specific service in Atlassian cloud, use this:

curl -s https://ip-ranges.atlassian.com | jq -r '.items[] | select(.product[]=="statuspage") | select (.mask_len<32) | .cidr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment