-
Notifications
You must be signed in to change notification settings - Fork 43
Support checking whether a domain points at a GitHub Pages IP address #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👍. I could have sworn we exposed pages IPs through the meta API, but I guess not. |
@benbalter nope, but I don't think we want to rely on that here anyway. If we change IPs around again in the future, we'll need to be able to tell people when they have their DNS set for the old IPs (this is why |
Just hopefully triggering a Travis CI build.
👍 |
Support checking whether a domain points at a GitHub Pages IP address
@benbalter Would you like to cut a new release? |
Actually, we should wait for #15. |
@tekkub makes total sense. Thanks for walking through it with me. Cutting a new release now. |
Adds the ability to check whether or not a domain is pointed at a GitHub Pages IP address.
Based on:
Would be grateful for any feedback/suggestions.
/cc @benbalter @spraints @tekkub