-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] <Add support for IPV6> #75
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
first step is to ensure the container has a ipv6 address |
Its confirmed that docker daemon has enabled IPV6 support` that applies only to the default bridge
which means the custom bridge you have ddclient in is not ipv6 enabled. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is this a new feature request?
Wanted change
Cant start the docker-ddclient with the default docker-compose script
Its confirmed that docker daemon has enabled IPV6 support
docker network inspect ddclient_default
shows“EnableIPv6”: false
which means ddclient cant access to IPV6 networkReason for change
ddclient can get ipv6 address on bare metal machine but cant access to ipv6 with lsio image
Proposed code change
No response
The text was updated successfully, but these errors were encountered: