mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: determine if ipv4 and/or ipv6 should be updated #107
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 @qdm12 on GitHub (Mar 21, 2021).
Originally assigned to: @qdm12 on GitHub.
ip_versionparameterThe following can be used to detect ip version stacks supported:
@fredericrous commented on GitHub (May 18, 2021):
Maybe let the ip_version optional in case the docker container is listening on a IPv4 interface but the machine also has an IPv6? But maybe this case would be too rare? What do you think?
@qdm12 commented on GitHub (May 18, 2021):
I.... need to test things more 😄 I don't have IPv6 enabled on my network... yet, although my ISP supports it so that's that I have to do.
If you have IPv6 (check for example here), can you try save the following as
main.goAnd run it with
go run main.goon your host first? If you don't have IPv6, well we're both stuck for now 😄@tcurdt commented on GitHub (Sep 4, 2023):
These issues seem to overlap https://github.com/qdm12/ddns-updater/issues/507