Skip to content
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

Add IPv4-only and IPv6-only endpoints #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kevinsumner
Copy link

api4.ipify.org has only DNS A records and api6.ipify.org has only DNS AAAA records, so they ensure only IPv4 and IPv6 info, respectively.

api64.ipify.org has both A and AAAA records, which means it will give v4 or v6 address based on preference of the client, which isn't always desirable.

Currently, api.ipify.org is a CNAME record for api4.ipify.org, so it is technically IPv4-only.

api4.ipify.org has only DNS A records and api6.ipify.org has only DNS AAAA records, so they ensure only IPv4 and IPv6 info, respectively.

api64.ipify.org has both A and AAAA records, which means it will give v4 or v6 address based on preference of the client, which isn't always desirable.

Currently, api.ipify.org is a CNAME record for api4.ipify.org, so it is technically IPv4-only.
@kevinsumner
Copy link
Author

tests::test_async_call is the failing test, hanging and ultimately timing out the tests. It looks like that test is behaving the same way on main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant