Feature request: ipv4 AND ipv6 update #507
Labels
Category: Documentation ✒️
A problem with the readme or in the docs/ directory
Category: Maintenance ⛓️
Anything related to code or other maintenance
Category: Provider update ♻️
Complexity: ☣️ Hard to do
Priority: 🚨 Urgent
Status: 🔒 After next release
Will be done after the next release
I want to update both the ipv4 (A) and the ipv6 (AAAA) address. I'm using cloudflare and strato as providers. I'm currently using the following configuration where I'm duplicating the entries for each provider to set ipv4 and ipv6 respectively:
This approach has a couple of disadvantages:
https://mydomain.com:[email protected]/nic/update?hostname=mydomain.com&myip=<ip_addr>
. Using ipv4 and ipv6 as separate entries in the config causes two update requests to be sent. I've been banned for abuse while setting everything up and while I'm not 100% sure, I could imagine that performing two requests per update contributed to that.It seems like the "Set IP" column shows the latest updated IP for each domain and doesn't filter for the IP type. Same goes for the "Previous IPs" column.
Feature request:
"ip_version": "ipv4 and ipv6"
that updates both the A and AAAA records with the corresponding IPshttps://mydomain.com:[email protected]/nic/update?hostname=mydomain.com&myip=<ipv4_addr>,<ipv6_addr>
I hope that this request makes sense. Thanks in advance and let me know if you have questions.
Logs
updates.json
The text was updated successfully, but these errors were encountered: