ddns-scripts: Request addition of DDNS provider PAIRDOMAINS.COM
Open
Nobody has claimed this yet.
help wanted
stale
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
Maintainer: @moormaster
Environment: All
Description:
Request addition of ddns provider pairdomains.com. They are a dyndns2-compatible provider. Config file as follows:
pairdomains.com.json
{
"name": "pairdomains.com",
"ipv4": {
"url": "https://[USERNAME]:[PASSWORD]@dynamic.pairdomains.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
"answer": "good|nochg"
},
"ipv6": {
"url": "https://[USERNAME]:[PASSWORD]@dynamic.pairdomains.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
"answer": "good|nochg"
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the supplied pairdomains.com.json configuration with existing ddns-scripts provider files. Add the named pairdomains.com.json file using the provided IPv4 and IPv6 URLs and answers. Done means the provider configuration is present for both address families and matches the requested dyndns2-compatible behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100