Can I use TrueNAS's built-in script runner to update Cloudflare DNS records?

Responsive Ad Header

Question

Grade: Education Subject: Support
Can I use TrueNAS's built-in script runner to update Cloudflare DNS records?
Asked by:
76 Viewed 76 Answers

Answer (76)

Best Answer
(269)
Yes, you can. TrueNAS's script runner allows you to execute scripts periodically. You would need to create a script (e.g., Python or Bash) that uses the Cloudflare API to update your DNS records, and then schedule that script to run regularly through the script runner.