We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Design and implement a nice API to update DNS-entries.
Requirements:
curl
wget
Prosposed URL Scheme:
[https://.../records/update?domain=<name.zone.tld>&key=<apikey>&a=<ipv4>&aaaa=<ipv6>
Answer:
200 OK
When neither a nor aaaa is provided, the server tries to read client's IP."
a
aaaa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"Design and implement a nice API to update DNS-entries.
Requirements:
curl
/wget
Prosposed URL Scheme:
[https://.../records/update?domain=<name.zone.tld>&key=<apikey>&a=<ipv4>&aaaa=<ipv6>
](https://.../records/update?domain=%3Cname.zone.tld%3E&key=%3Capikey%3E&a=%3Cipv4%3E&aaaa=%3Cipv6%3E%60)Answer:
200 OK
When neither
a
noraaaa
is provided, the server tries to read client's IP."The text was updated successfully, but these errors were encountered: