From a98ce21595ff156265e0fc8baddff905bdf8d690 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Jul 2025 14:53:53 -0700 Subject: add a small note about DNS configuration --- docs/dns.org | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/dns.org diff --git a/docs/dns.org b/docs/dns.org new file mode 100644 index 0000000..53a0873 --- /dev/null +++ b/docs/dns.org @@ -0,0 +1,11 @@ +* Cloudflare +** fcuny.net +To access the console: https://dash.cloudflare.com/2c659eeaf2ae9a0206c589c706b3748e/fcuny.net + +The records are managed with =tofu=, and I use =nix= to manage the records. To apply the changes, first run =tofu-plan= to see the changes, then =tofu-apply= if they look correct. + +To renew API token: https://dash.cloudflare.com/profile/api-tokens +The token should: +- be able to edit zone DNS +- limited to the domain =fcuny.net= +- have a reasonable TTL (~60 days) -- cgit v1.2.3