mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 13:43:37 -04:00
Bug: IPv6 Strato Update is not working anymore #176
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 @hebrandt on GitHub (Jan 31, 2022).
Originally assigned to: @qdm12 on GitHub.
IPv6 Strato Update is not working anymore
Is this urgent: Yes
DNS provider(s) you use: strato
Program version:
Running version latest built on 2022-01-21T13:37:49Z (commit f5b76f2)What are you using to run the container: docker-compose
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS:
Synology DSM7.0.1
@qdm12 commented on GitHub (Feb 20, 2022):
Hey there, sorry for the mega-delay... What was the problem? Was the network down 😅 ?
@NightFurySL2001 commented on GitHub (May 6, 2024):
I just encountered this issue and found out it's related to IPv6 support in Docker containers, which are not enabled by default. Follow the setup in https://docs.docker.com/config/daemon/ipv6/ to allow experimental IPv6 support which will resolve this issue.