openwrt / openwrt/packages

ddns: add wildcard support for zoneedit clients

Open
#25,902 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Makefile
Stars
4.6k
Forks
4k
Avg merge
3d 12h
Merged PRs (30d)
134

Description

ZoneEdit supports wildcard domains but I can't find a way to support it with the current ddns zoneedit client.

You can update a wildcard domain by using the base domain name for the hostname parameter and also adding a wildcard=YES query param to the URL. e.g.:

curl "https://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=example.com&wildcard=YES"

but check for a subdomain to make sure it worked (or read the response)

dig a sub.example.com

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the current DDNS ZoneEdit client and inspect how it builds the update URL and hostname parameter. Use the issue's curl example to verify the wildcard=YES request, then use dig against a subdomain to confirm the wildcard update works. Done means wildcard domains are supported without breaking regular ZoneEdit updates.

Written by the indexing model from the issue text.

Assessment

Domain
networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.