mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 09:02:38 -04:00
Feature request: update permanent IPV6 address instead of temporary one
#467
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 @ain-soph on GitHub (Nov 24, 2024).
Currently, I find it register server's
temporaryIPV6 address instead ofpermanentaddress, making it dynamic regularly.I wonder if I could use
permanentIPV6 address instead. I'm usingcloudflareprovider without proxy and runddns-updaterinside the docker with a custom bridge network.Besides, vote +1 for
ipv4 and ipv6. Currently I'm setting 2 configs and it works fine, though.@qdm12 commented on GitHub (Nov 25, 2024):
Have you tried using the config file ipv6_suffix field?
@ain-soph commented on GitHub (Nov 25, 2024):
You mean I shall put my permanent IPV6 suffix there? sth like
0:0:0:0:72ad:8fbb:a54e:bedd/64where the 64 suffix is my permanent IPV6 address usffix.@ain-soph commented on GitHub (Nov 25, 2024):
That seems working, thanks! I may add a PR to doc this for others