Server/ddclient: update options

This commit is contained in:
Toast 2024-12-02 13:55:10 +01:00
parent 581f281950
commit a6a4f594cf

View file

@ -10,7 +10,8 @@ in {
services.ddclient = { services.ddclient = {
enable = true; enable = true;
use = "web, web=dynamicdns.park-your-domain.com/getip"; usev4 = "webv4, webv4=dynamicdns.park-your-domain.com/getip";
usev6 = "";
protocol = "namecheap"; protocol = "namecheap";
server = "dynamicdns.park-your-domain.com"; server = "dynamicdns.park-your-domain.com";
username = "toast003.xyz"; username = "toast003.xyz";