specify domains

This commit is contained in:
Osman Faruk Bayram 2025-04-03 01:16:03 +03:00
parent 13fcdbb413
commit d32ec7c702

View file

@ -16,6 +16,11 @@
services.cloudflare-dyndns = {
enable = true;
apiTokenFile = "/persist/cloudflare-dyndns";
proxied = true;
domains = [
"git.osbm.dev"
"aifred.osbm.dev"
];
};
})
];