I have custom dynamic DNS updates working but using the same approach for custom v6 I'm seeing the following error
opnsense: /services_dyndns_edit.php: Curl error occurred: bind failed with errno 47: Address family not supported by protocol family
Any pointers where to look
Mismatch between IP and requested IP type maybe, somewhere here?
https://github.com/opnsense/plugins/blob/master/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc#L836
Cheers,
Franco
Yes I think its linked to the fact we have a link local only on WAN
Switched to route 53
Works well on both IPv4 and IPv6
Yay ok :)