Feature request: Server to detect IP change #90

Open
opened 2025-11-20 04:20:08 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @qdm12 on GitHub (Jan 20, 2021).

Originally assigned to: @qdm12 on GitHub.

  1. What's the feature?

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.

  1. Extra information?

#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.

Originally created by @qdm12 on GitHub (Jan 20, 2021). Originally assigned to: @qdm12 on GitHub. 1. What's the feature? 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. 2. Extra information? #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.
saavagebueno added the Priority: 💤 Low priorityCategory: Good idea 🎯 labels 2025-11-20 04:20:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#90