-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Variables for update of ipv6prefix and ipv6 on dynv6 #485
Comments
Same issue, also want to know about it. |
The API for the plugin is available here https://dynv6.com/docs/apis. The plugin, and Inadyn itself, is 100% reliant on users "scratching an itch" to drive the functionality forward. So if you can learn the API and suggest changes, I can at least review the changes and propose a build for you to test. |
Anyone had the chance yet to have a look at the API link I referenced? Would be great to get some more insight on this issue from users with dynv6 accounts. |
dynv6.com/api/update?hostname=%h&token=%u&ipv4=%i&ipv6={???%} dynv6 uses the {ipv6} URL parameter to update. I just want to know which keyword% should be used. |
Yeah, me too. I have no means of testing this myself, so it's up to the users to help out. |
Where in the code is the mapping of |
@cross see plugins/generic.c Lines 81 to 139 in b9edfbf
|
Okay, thanks. So for @zilon84 , it is not possible to put it in one URL. There are separate calls inside of the code for each of IPv4 and IPv6. |
... or maybe expand on the format specifier implementation? E.g., adding support for |
Yeah, but only skimming the code it looks a lot like there are separate paths for IPv4 and IPv6. I didn't know how practical it would be to try to make one pass through the code cover both and not have two calls. |
So ... your comment is more about the amount of time needed to invest in fixing this bug? Not every change is easy, but not everything worthwhile is ever easy, or something like that. |
Apologies. I didn't mean to "comment" on anything. I'm all for people contributing solutions to problems, and happy to hear you are open to even significant changes. I was mostly just thinking out loud without knowing enough about the architecture to know how easy or not things were. I should not have been thinking/commenting without more information or thought. I didn't mean to imply or suggest anything. |
Hello all,
I am using the following URL to update IPv4 on dynv6 on my unifi controller:
dynv6.com/api/update?hostname=%h&token=%u&ipv4=%i
Now, I also want to update IPv6 and/or its prefix. How to do that? What are the varaible names for IPv6 or the prefix?
Is it possible to combine everything in one URL since unifi does not accept two URLs separated by space.
Thank you!
The text was updated successfully, but these errors were encountered: