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

Changed fallback public ip method to use ipinfo.io for reliable ipv4 … #3

Closed bmweller closed 6 years ago

bmweller commented 6 years ago

…address resolution.

Added init script to cont-finish to support ip address deletion on container stop (defaults to delete)

oznu commented 6 years ago

Looks good. If you can just address the two comments, and remove the additional .gitignore file that got committed I'll merge this in.

Thanks!

bmweller commented 6 years ago

Have reflected two comments and removal of .gitingore in pull request.

oznu commented 6 years ago

Thanks for your contribution @bmweller, the delete on stop works quite well.