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

Determining My Endpoint Addresses #23

Open
grahjenk opened this issue Feb 1, 2015 · 2 comments
Open

Determining My Endpoint Addresses #23

grahjenk opened this issue Feb 1, 2015 · 2 comments
Assignees

Comments

@grahjenk
Copy link

grahjenk commented Feb 1, 2015

I have both IPv4 and IPv6 addresses, and I'd like to be able to get each of them separately. Could we extend the "https://ydns.eu/api/v1/ip" capability please, perhaps by using separate URLs like:

https://ydns.eu/api/v1/ip4 .. and ..
https://ydns.eu/api/v1/ip6

Regards ..

@Mikaela
Copy link
Contributor

Mikaela commented Feb 2, 2015

I have both IPv4 and IPv6 automatically upgraded with this script. You must just ask two records to ydns, A and AAAA.

@commx commx self-assigned this Feb 3, 2015
@commx
Copy link

commx commented Feb 3, 2015

The current API is not able to provide that, because the ip resource looks for the REMOTE_ADDR header as supplied by the web server. If your client connects via IPv4, we only see the IPv4 address and vice-versa.

However, as mentioned recently, I'm working on a major update with a new REST-based API (v2), which offers all this features (also bulk update of records).

I'll keep this issue opened as feature request.

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

No branches or pull requests

3 participants