mirioeggmann / cloudflare-ddns

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

By not specifying the "proxied" field the Cloudflare API defaults that value to false. #5

Closed ashtacore closed 2 years ago

ashtacore commented 2 years ago

By not specifying the "proxied" field the Cloudflare API defaults that value to false. This causes the update to expose your IP address. I've added the ability for this functionality to be configured through an environment variable.

It is also no longer necessary to use "apiVersion: batch/v1beta1", instead "apiVersion: batch/v1" is available so I've made this change as well.

mirioeggmann commented 2 years ago

Hey Joshua LGTM, thanks for your contribution! Cheers Mirio