Change ddns provider to Duck DNS

This commit is contained in:
Jakob Lechner 2022-11-04 22:59:24 +00:00
parent a3ce6223b1
commit b551451627
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 7 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,12 +6,11 @@
services.ddclient = {
enable = true;
interval = "1min";
use = "web, web=checkip.dynu.com/, web-skip='IP Address'";
server = "api.dynu.com";
protocol = "dyndns2";
username = "fablabnea";
server = "www.duckdns.org";
protocol = "duckdns";
username = "nouser";
passwordFile = config.sops.secrets.dyndns-password.path;
domains = [ "fablab-nea.freeddns.org" ];
domains = [ "fablab-nea" ];
ipv6 = false;
};
}