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
hrzlgnm
changed the title
Provider: it's not possible to use the default check-server set for [email protected] to get an update of the A record.
Provider ipv64.net: it's not possible to use the default check-server set for [email protected] to get an update of the A record.
Sep 24, 2024
The code in that the retrieves the ip
inadyn/src/ddns.c
Line 139 in da1d1af
ifconfig.me
defined ininadyn/plugins/ipv64.c
Line 53 in da1d1af
ipv6
is enforced, due to the nameipv64.net
containingipv6
.This leads to an issue, that a definition like the following one:
tries to update the ipv4 record using the retrieved ipv6 address.
I'm currently using the following workaround:
There are more constructs like the mentioned above.
inadyn/plugins/core-networks.c
Line 55 in da1d1af
inadyn/plugins/porkbun.c
Line 228 in da1d1af
inadyn/plugins/cloudflare.c
Line 252 in da1d1af
inadyn/plugins/freedns.c
Line 72 in da1d1af
inadyn/plugins/dnspod.c
Line 103 in da1d1af
inadyn/plugins/dnspod.c
Line 172 in da1d1af
inadyn/plugins/dnshome.c
Line 76 in da1d1af
inadyn/src/ddns.c
Line 621 in da1d1af
Edit: make links to code permalinks
The text was updated successfully, but these errors were encountered: