slateport/ddclient: migrate use -> usev4
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-01 18:56:14 -04:00
parent 966baacb9a
commit 1b60145362

View file

@ -31,7 +31,7 @@ in {
passwordFile = config.age.secrets.cloudflare.path; passwordFile = config.age.secrets.cloudflare.path;
protocol = "cloudflare"; protocol = "cloudflare";
ssl = true; ssl = true;
use = "web, web=dynamicdns.park-your-domain.com/getip, web-skip='Current IP Address: '"; usev4 = "web, web=dynamicdns.park-your-domain.com/getip, web-skip='Current IP Address: '";
username = "token"; username = "token";
zone = domain; zone = domain;
}; };