You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like my Linodes and my home system to automatically update their A and AAAA records in my domain when rebooted or receiving a new address via DHCP. An example script to do that would be most helpful. Perhaps added after the other examples in the README. An example with "[remote_addr]" would be ideal, but it's not clear how to get the library to choose between IPv4 and IPv6 to update the A vs AAAA record.
The text was updated successfully, but these errors were encountered:
Given how complicated that is, it does seem easier to find one's own address first using a website that only responds to IPv4 or IPv6 but not both and then use the address discovered in the Linode v4 API. Perhaps the API server can provide two URLs just for that purpose, one on each transport.
Description
I'd like my Linodes and my home system to automatically update their A and AAAA records in my domain when rebooted or receiving a new address via DHCP. An example script to do that would be most helpful. Perhaps added after the other examples in the README. An example with "[remote_addr]" would be ideal, but it's not clear how to get the library to choose between IPv4 and IPv6 to update the A vs AAAA record.
The text was updated successfully, but these errors were encountered: