Fix ddclient

This commit is contained in:
Jimbo 2025-01-13 16:17:13 -05:00
parent 8e1d29767f
commit 08ca628c7c
2 changed files with 11 additions and 9 deletions

View file

@ -3,7 +3,7 @@
services.ddclient = {
enable = config.system.server.enable;
protocol = "cloudflare";
usev4 = "web, web=https://ipinfo.io/ip";
usev4 = "webv4, webv4=checkip.dyndns.com/, webv4-skip='Current IP Address: '";
zone = "${config.domains.p2}";
username = "token";
passwordFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";