-
Notifications
You must be signed in to change notification settings - Fork 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
Add IPv6 support #51
Add IPv6 support #51
Conversation
c427832
to
49a8826
Compare
In this PR, I have moved the URL configuration from the context structure to functions. We have three public functions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually dont need a _v6 on the map / batch funcs, just lookup. This is really only useful for getting your own v6 IP by force due to v6.ipinfo.io
only having a AAAA
record and no A
record. Batch already supports doing /<v6_ip>
within it.
6cb5d4e
to
3e7e363
Compare
No description provided.