Feature request: add joker.com #522

Closed
opened 2025-11-20 04:24:42 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @githubdaan on GitHub (May 7, 2025).

  1. What's the feature? add joker.com as DDNS provider

  2. Extra information? More info https://joker.com/faq/books/jokercom-faq-en/page/dynamic-dns-dyndns

Originally created by @githubdaan on GitHub (May 7, 2025). 1. What's the feature? add joker.com as DDNS provider 2. Extra information? More info https://joker.com/faq/books/jokercom-faq-en/page/dynamic-dns-dyndns <!-- YOU CAN CHAT THERE EVENTUALLY: https://github.com/qdm12/ddns-updater/discussions -->
Author
Owner

@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": ""
}
]
}

@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": "" } ] }
Author
Owner

@githubdaan commented on GitHub (Jun 25, 2025):

Thanks it works great

@githubdaan commented on GitHub (Jun 25, 2025): Thanks it works great
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#522