Show HN: Update dynamic IP in Cloudflare with bash https://ift.tt/HDpwu9k

Show HN: Update dynamic IP in Cloudflare with bash Hi hackers, I made a simple bash tool to update 'A' records in Cloudflare for users with dynamic IPs. I wanted to have a tool to keep a couple of DNS updated with my homelab dynamic IP so I wrote this very simple bash script. There are tools that already solve this dynamic IP issue, but I find the simplicity of a bash script way more convenient than any tool that needs installation, complex configuration, a Python runtime or whatnot. This will basically run in any system with bash. It is very simple and only updates A records, but it does its job and it solves my needs. It could be improved with more record types I guess, at least AAAA. https://ift.tt/rhNAq8n March 5, 2024 at 05:07PM

Comments