TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Dynamic IPv4/6 records for Cloudflare

13 pointsby kurokawad7 months ago
Easily update Cloudflare records for your dynamic IP or homelab, now supporting IPv6 (A and AAAA), with the ubiquity of Bash

3 comments

p-o7 months ago
That&#x27;s really neat. I also had a similar need to dynamically manage DNS Record and decided to create a Kubernetes operator instead to manage it (<a href="https:&#x2F;&#x2F;github.com&#x2F;pier-oliviert&#x2F;phonebook">https:&#x2F;&#x2F;github.com&#x2F;pier-oliviert&#x2F;phonebook</a>).<p>I do like your approach, it&#x27;s really refreshing. I&#x27;d probably want to split the API keys from the rest of the config files.<p>Great work!
评论 #41904033 未加载
WhatsName7 months ago
Please explain to me why one would go this route instead of using cloud-flare tunnel, which are way more secure, by not exposing you to the outside?
评论 #41903496 未加载
评论 #41904022 未加载
akdev1l7 months ago
Cloudflare provides a CLI that is officially supported: <a href="https:&#x2F;&#x2F;linuxcommandlibrary.com&#x2F;man&#x2F;flarectl" rel="nofollow">https:&#x2F;&#x2F;linuxcommandlibrary.com&#x2F;man&#x2F;flarectl</a><p>Not sure why they only distribute it as part of their go library but you can execute it by itself.