Panic on missing IPv6 address #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The program panics if user configures
RECORD_TYPES=*and program is unable to HTTP GET on ipv6.icanzip.com. In my case, the docker container had no IPv6 address.I am not sure if the IPv4 update is made prior to crash.
I believe the desired behavior in the case no IPv6 address is found would be to update IPv4 and perform no update for IPv6.
I don't want to overcomplicate things so if your host doesn't have an IPv6 address assigned, panicking seems like a valid option since it isn't able to update the AAAA records
I don't know how your network structure looks like and why you require IPv6. Although it is possible to assign an IPv6 address to a Docker container this might not produce your expected outcome. I assume this will store your container's IPv6 address in the DNS entries instead of the IPv6 address of your client or your NAT router. That should be rather pointless since the container doesn't listen to any incoming traffic.
The intention of this container is rather to keep track of the IP address of your NAT router if you don't have a static IP address.
Fair enough :)
Thanks again for the feature enhancement.