1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/github/authenticating-to-github/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md

1.5 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
About GitHub's IP addresses {% data variables.product.product_name %} serves applications from multiple IP address ranges, which are available using the API.
/articles/what-ip-addresses-does-github-use-that-i-should-whitelist/
/categories/73/articles/
/categories/administration/
/articles/github-s-ip-addresses/
/articles/about-github-s-ip-addresses
/articles/about-githubs-ip-addresses
/github/authenticating-to-github/about-githubs-ip-addresses
free-pro-team
*
Identity
Access management

You can retrieve a list of {% data variables.product.prodname_dotcom %}'s IP addresses from the meta API endpoint. For more information, see "Meta."

These ranges are in CIDR notation. You can use an online conversion tool such as this CIDR / VLSM Supernet Calculator to convert from CIDR notation to IP address ranges.

We make changes to our IP addresses from time to time, and will keep this API up to date. We do not recommend allowing by IP address, however if you use these IP ranges we strongly encourage regular monitoring of our API.

For applications to function, you must allow TCP ports 22, 80, 443, and 9418 via our IP ranges for github.com.

Further reading