mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Server to detect IP change #90
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 (Jan 20, 2021).
Originally assigned to: @qdm12 on GitHub.
Publish port 8000 and port forward it with your router. The program would do a request to itself through the domain name to check it is accessible. If it's not it would get the public IP and update the record. That would allow for sub-second detection of an IP change.
It would however require the user to setup port forwarding and I would need to add authentication to the http server.
#136 might be a better solution if it's not rate limited as it removed the need to expose the http server on your router.