mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-07 22:41:55 -04:00
Generic provider with target url #170
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 @puzich on GitHub (Jan 21, 2022).
Originally assigned to: @qdm12 on GitHub.
Update for generic DNS Updater. In my imagination, that you can enter a url in the config which is filled with the necessary parameters. For example:
https://dyndns-updater.com/dyn.php?user=&password=&ip=
or something like that, so that anyone can maybe use his selfhosted dyndns server .
@qdm12 commented on GitHub (Jan 19, 2024):
I'm thinking of a new provider with the json settings:
The
urlcontains everything (user/password/token/etc.) that is static, theipv4key/ipv6keyare the url query parameter keys to use for the ipv4/ipv6 addresses. For example&myip4=1.2.3.4.What do you think? Any extra fields or problems with this format?
@qdm12 commented on GitHub (Jan 19, 2024):
Done in
0c561d4378Documentation is at https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md
Note this issue is a duplicate of original issue #168 so please continue the conversation on the original issue if you want to.