Former-commit-id: c5420f8d3a
This commit is contained in:
Hadi
2024-06-23 17:52:19 +02:00
parent 90f0adb29e
commit 186d1c69de
30 changed files with 50 additions and 74 deletions
@@ -0,0 +1,21 @@
# CloudFlare Dynamic DNS client
{
services.cloudflare-dyndns = {
enable = true;
ipv4 = true;
domains = [
"cloud.anotherhadi.com"
"vault.anotherhadi.com"
"anotherhadi.com"
"www.anotherhadi.com"
"test.anotherhadi.com"
"jack.anotherhadi.com"
"ntfy.anotherhadi.com"
"home.anotherhadi.com"
"kuma.anotherhadi.com"
"start.anotherhadi.com"
];
proxied = true;
apiTokenFile = "/etc/cloudflare/apiToken";
};
}