Change ddns provider to Duck DNS
This commit is contained in:
parent
a3ce6223b1
commit
b551451627
2 changed files with 7 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue