mirioeggmann / cloudflare-ddns

Simple solution to create a personal DDNS service with your own domain
MIT License
16 stars 12 forks source link

Change from Kubernetes CronJob to Deployment to limit requests to the Cloudflare API if record is proxied #21

Open mirioeggmann opened 1 year ago

mirioeggmann commented 1 year ago

Change to Deployment (Pod) to "cache" the current ip for example in a current-ip.txt-file and then check locally if it changed and by doing so limit the amount of requests to the Cloudflare API if the record is proxied.

https://github.com/mirioeggmann/cloudflare-ddns/pull/15#issuecomment-1792099082