openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.94k stars 3.45k forks source link

ddns-scripts: Request addition of DDNS provider PAIRDOMAINS.COM #17809

Open VA1DER opened 2 years ago

VA1DER commented 2 years ago

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"
    }
}

pairdomains.com.json.zip

moormaster commented 2 years ago

@feckert I think the mention in the issue description was meant for you :)

rmilecki commented 1 year ago

@VA1DER can you submit a pull request, please? It seem you have ready code for that.