mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: add joker.com #522
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 @githubdaan on GitHub (May 7, 2025).
What's the feature? add joker.com as DDNS provider
Extra information? More info https://joker.com/faq/books/jokercom-faq-en/page/dynamic-dns-dyndns
@walentinowaldemar commented on GitHub (Jun 25, 2025):
Joker works using custom settings like this:
{
"settings": [
{
"provider": "custom",
"domain": "subnet.example.com",
"url": "https://svc.joker.com/nic/update?username=yourusername&password=yourpassword&hostname=subnet.example.com",
"ipv4key": "ipv4",
"ipv6key": "ipv6",
"success_regex": "good",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}
@githubdaan commented on GitHub (Jun 25, 2025):
Thanks it works great