Update RasPi DynDNS conf

This commit is contained in:
Vili Sinervä 2025-01-16 15:59:03 +02:00
parent 7c01db9d5a
commit b3e65b92f0
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -87,10 +87,10 @@ in
services.ddclient = {
enable = true;
domains = [ "netflood.ddnsfree.com" ];
use = "web, web=checkip.dynu.com/, web-skip='IP Address'";
server = "api.dynu.com";
username = "VSinerva";
usev6 = "";
domains = [ "netflix.vsinerva.fi" ];
server = "www.ovh.com";
username = "vsinerva.fi-dynraspi";
passwordFile = ddPassFile;
};
#################### EVERYTHING BELOW THIS SHOULD NOT NEED TO CHANGE ####################