just use the correct token

This commit is contained in:
Osman Faruk Bayram 2025-03-04 02:14:07 +03:00
parent 7d7e2eec37
commit 19316502db

View file

@ -22,9 +22,10 @@
extraConfig = ''
(cloudflare) {
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
dns cloudflare {env.CF_API_TOKEN}
}
}
# acme_dns cloudflare {env.CF_API_TOKEN}
'';
};