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

Use Cloudflare DNS server for primary IP lookup #21

Closed JakeWharton closed 4 years ago

JakeWharton commented 4 years ago

Closes #19

JakeWharton commented 4 years ago

Tested manually via docker build . and then docker run <hash> but only for IPv4. Tested IPv6 dig command on a Digital Ocean droplet with IPv6 to verify it behaves as expected.

oznu commented 4 years ago

Looks good. Thanks for this.