-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Feature request: Allow updating to Private IP address instead of Public IP address #809
Comments
Hello @MRDGH2821, I am not a maintainer of this project, but I also needed this feature and decided to implement it myself. |
Thanks for the implementation! There was one limitation I faced in my bash script. I haven't run your code, but I'll check it out soon! |
My implementation will also retrieve the IP of a container because the app thinks it is the host. |
+1 for the feature. While one can (in case of static local IPs) manage this type of records at dns hoster UI, it's not very convenient. To be more specific, I want to manage my local service's dns at docker-compose. Thus it can be easily transferred to another machine/VM. |
What's the feature?
As the title says, please add an option to allow for DDNS updates with private IP instead of public IP.
Extra information?
My network is under double NAT system, and thus nothing is accessible. So in DuckDNS I have put my device's private network local IP address (
192.168.1.80
).I have made a DuckDNS updater bash script which can check if the public IP is pingable or not. If yes update to that, else use private IP. So I was thinking that if such functionality can come in DDNS-Updater too, that would be nice.
Bash DDNS updater
The text was updated successfully, but these errors were encountered: