-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Force not to update ip v4 (A-Record) #387
Comments
There is unfortunately no support for this use-case at the moment. |
Hello, thanks for your reply. Do I see it correctly, that in this case there was some network issue that made inadyn fall back to api.ipify.org, which returned both ipv6 and ipv4? I am just wondering why it usually works and sometimes not... Best regards, |
Looks that way, yes. |
Then, I have a feature request: Best regards, |
A Workaround from my side - I use this in my Host config: together with the assignment of a IPv6 Token in systemd (other network backends are also possible)
see also #52 (comment) There I already mentioned:
For me - I force my own dyndns-update-server/script to ignore ipv4 updates with noip4 - but this needs support on the remote side. Maybe you check the Docs of your provider if the same is possible and create a custom config |
Hello,
I have no public IP v4 adress. Thus, if I have the A-Record set, some software uses this instead of connecting to my ip v6.
I have setup inadyn this way:
But still, I get in the logs:
how can I prevent this?
Best regards,
Hendrik
The text was updated successfully, but these errors were encountered: