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
ddns-scripts: fix IPv6 updates to IPv4-only DDNS providers
Smoke/Fix Testing Performed
==========================
Tested on DuckDNS (only has A records) with personal account
Ran with '-x' and with '-v 3' '-v 2' '-v 1' and without flags
(happy path for this issue)
Dual stack Client -> Single Stack Server (v4)
Theory/Assumptions Behind Change:
================================
Making curl use v6 when its target host doesn't support it is DUMB
Naively Everyone has a v4 address (client & server) - not true, but
true-ish enough (maybe?)
Testing Needed:
==============
Dual Stack Client -> Dual stack Server
Dual Stack Client -> Single Stack Server (v6)
Single Stack Client (v4) -> Single Stack Server (v4)
Single Stack Client (v4) -> Dual Stack Server
Single Stack Client (v6) -> Single Stack Server (v6)
Single Stack Client (v6) -> Dual Stack Server
Signed-off-by: Rogan Lynch <[email protected]>
0 commit comments