mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Duckdns IPV6 not updating - Program is attempting to use IPV4 address #188
Reference in New Issue
Block a user
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?
Originally created by @Taubin on GitHub (Mar 31, 2022).
Originally assigned to: @qdm12 on GitHub.
Program attempting to update DuckDNS IPV6 with IPV4 address
Is this urgent: No
DNS provider(s) you use: Duckdns
Program version:
Running version latest built on 2022-03-15T14:38:50Z (commit 584597d)What are you using to run the container: docker-compose
Extra information (optional)
The program is attempting to add my ipv4 address to the ipv6 address which will not work (obviously). It shows the proper IPV6 address, but is not pushing it correctly to duckdns.
Logs:
Configuration file (remove your credentials!):
Host OS:

Unraid 6.10.0
@qdm12 commented on GitHub (Apr 1, 2022):
provider_ip only works for ipv4 as mentioned in the documentation, try setting it to false. This is a limitation mentioned on duckdns.org as well 😉