fixing ddclient

This commit is contained in:
Chris Cochrun 2025-03-22 23:22:15 -05:00
parent 36307fd401
commit 40dbdaeb3e
2 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@
settings = { auto-optimise-store = true; }; settings = { auto-optimise-store = true; };
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
}; };
# nixpkgs.config.allowUnFree = true; nixpkgs.config.allowUnFree = true;
# pkgs.config.allowUnfree = true; # pkgs.config.allowUnfree = true;
system.autoUpgrade = { system.autoUpgrade = {

View file

@ -212,7 +212,11 @@
# use = "web, web=dynamicdns.park-your-domain.com/getip"; # use = "web, web=dynamicdns.park-your-domain.com/getip";
server = "dynamicdns.park-your-domain.com"; server = "dynamicdns.park-your-domain.com";
username = "cochrun.xyz"; username = "cochrun.xyz";
#extraConfig = '' verbose = true;
extraConfig = ''
wildcard=YES
ipv6=no
'';
#use=web, web=dynamicdns.park-your-domain.com/getip #use=web, web=dynamicdns.park-your-domain.com/getip
#protocol=namecheap #protocol=namecheap
#server=dynamicdns.park-your-domain.com #server=dynamicdns.park-your-domain.com