docker-cloudflare-ddns icon indicating copy to clipboard operation
docker-cloudflare-ddns copied to clipboard

IPv6 address detection fallback not working correctly

Open apschultz opened this issue 2 years ago • 2 comments

The +short method of dig may return outputs in the case of an error. For example, if no IPv6 DNS server is available:

/ # dig +short @2606:4700:4700::1111 -6 ch txt whoami.cloudflare
;; connection timed out; no servers could be reached

It would be better to check the exit code and that the contents conforms to an IPv6 address string.

apschultz avatar Feb 25 '22 18:02 apschultz

It appears this is the same as https://github.com/oznu/docker-cloudflare-ddns/issues/92 just for IPv6

apschultz avatar Feb 26 '22 14:02 apschultz

having the same problem

premikkoci avatar May 19 '22 19:05 premikkoci