Former-commit-id: 93b7145e70
This commit is contained in:
Hadi
2024-06-18 10:10:21 +02:00
committed by GitHub
parent fc046db74b
commit dbf520b556
3 changed files with 33 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
{
services.cloudflare-dyndns = {
enable = true;
ipv4 = true;
domains = [ "cloud.anotherhadi.com" "vault.anotherhadi.com" "try.anotherhadi.com"];
proxied = true;
apiTokenFile = "/etc/cloudflare/apiToken";
};
}