mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 05:03:55 -05:00
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
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:
parent
966baacb9a
commit
1b60145362
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue