From f98c19100ac3eb73690e2654e6b1fe6b0eed1763 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 7 Dec 2024 19:00:40 +0100 Subject: Use new `usev6` option in ddclient Signed-off-by: Mel --- modules/ddns.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/ddns.nix b/modules/ddns.nix index 8ee9afd..c24ac87 100644 --- a/modules/ddns.nix +++ b/modules/ddns.nix @@ -15,10 +15,7 @@ in # dyn.com no longer supports HTTPS :( # See: https://github.com/ddclient/ddclient/issues/597 - # TODO: Update to new usev6 option in 24.11 - extraConfig = '' - usev6=webv6, webv6=ipv6.icanhazip.com/ - ''; + usev6 = "webv6, webv6=ipv6.icanhazip.com/"; protocol = "cloudflare"; username = "token"; -- cgit 1.4.1