From a6a4f594cff585ef9b657b60caa4c96465fa805e Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 2 Dec 2024 13:55:10 +0100 Subject: [PATCH] Server/ddclient: update options --- roles/server/ddclient.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/server/ddclient.nix b/roles/server/ddclient.nix index d747a30..d25d411 100755 --- a/roles/server/ddclient.nix +++ b/roles/server/ddclient.nix @@ -10,7 +10,8 @@ in { services.ddclient = { enable = true; - use = "web, web=dynamicdns.park-your-domain.com/getip"; + usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip"; + usev6 = ""; protocol = "namecheap"; server = "dynamicdns.park-your-domain.com"; username = "toast003.xyz";