oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.07k stars 213 forks source link

add custom script mode #38

Closed purerosefallen closed 4 years ago

purerosefallen commented 4 years ago

Added the following mode.

oznu commented 4 years ago

I'm happy to merge this PR, but maybe the env var CUSTOM is a bit generic?

purerosefallen commented 4 years ago

If you think so, you may change it to something else. Perhaps CUSTOM_SCRIPT.

Changed.

oznu commented 4 years ago

Thanks for this.

I changed it to CUSTOM_LOOKUP_CMD for the final release.