aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/files/usr/share/ddns/default
Commit message (Collapse)AuthorAge
* ddns-scripts: Add servercow.de as DDNS providerPatrick Hemmen2024-03-19
| | | | | | Add servercow.de as dynamic DNS provider provider. Signed-off-by: Patrick Hemmen <jummo4@yahoo.de>
* ddns-scripts: add new DDNS provider ipnodns.ruIgor Baidasov2023-10-18
| | | | Signed-off-by: Igor Baidasov <igorbay@bk.ru>
* ddns-scripts: desec.io - update url to httpsdanielpinto8zz62023-09-04
| | | | | | | | | | Signed-off-by: Daniel Pinto <danielpinto8zz6@gmail.com> desec.io ddns update is not working, after testing the endpoint I got a 301, after a bit of search I found out we are supposed to use https instead of http more info here: https://talk.desec.io/t/301-from-update-dedyn-io/644/2 bump PKG_RELEASE
* ddns: Prevent clearing of desec.io entriesBaptiste Fouques2023-06-12
| | | | | | | | | | | When using both ipv4 and ipv6 entries on the same host, ddns is clearing A (or AAAA) record depending on the connection (ipv4 or ipv6). see https://desec.readthedocs.io/en/latest/dyndns/update-api.html#determine-ip-addresses Signed-off-by: Baptiste Fouques <bateast@duck.com> Update comment and bump PKG_RELEASE number. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ddns-scripts: Add v2 API for mythic-beasts.com providerJim Hague2023-03-09
| | | | | | Use USERNAME as the key, PASSWORD as the secret. Signed-off-by: Jim Hague <jim.hague@acm.org>
* ddns-scripts: Add njal.la providerTobias Hilbig2023-02-25
| | | | | Add njal.la provider. Use the key as password. Username is not needed. Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
* ddns-scripts: enable IPv6 for easydns.comJames Buren2023-02-22
| | | | | | | | easydns.com has supported IPv6 for awhile now using the same update URL as IPv4. This duplicates the IPv4 entry for IPv6 to enable support for it. Signed-off-by: James Buren <braewoods+mgh@braewoods.net>
* ddns-scripts: add hosting.de providerBenjamin Drung2023-01-18
| | | | | | | | | | | Add hosting.de provider. To use dynamic DNS you have to create a DDNS host with a separate DDNS user. Note: As of 2023-01-17 hosting.de does not work with wget which will fail with `400: Bad Request` (it will work with `--auth-no-challenge`). You should use curl instead. I have reported that to the provider. Signed-off-by: Benjamin Drung <bdrung@bdrung.de>
* ddns-scripts: add support for LuaDNSJihoon Han2023-01-09
| | | | Signed-off-by: Jihoon Han <rapid_renard@renard.ga>
* ddns-scripts: add strato ipv6 supportPatrick Grimm2023-01-08
| | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
* ddns-scripts: add support for Google Cloud DNSChris Barrick2022-12-08
| | | | | | | | | | | | | The implementation uses a GCP service account. The user is expected to create and secure a service account and generate a private key. The "password" field can contain the key inline or be a file path pointing to the key file on the router. The GCP project name and Cloud DNS ManagedZone must also be provided. These are taken as form-urlencoded key-value pairs in param_enc. The TTL can optionally be supplied in param_opt. Signed-off-by: Chris Barrick <chrisbarrick@google.com>
* ddns-scripts: drop dead servicesRafał Miłecki2022-09-12
| | | | | | Drop services that are not available anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* ddns-scripts: Add simply.com providerTom Sommer2022-07-25
| | | | Signed-off-by: Tom Sommer <tomsommer@users.noreply.github.com>
* ddns-scripts: mydns.ip to mydns.jpShengjiang Quan2022-05-12
| | | | | | The provider is `mydns.jp` not `mydns.ip` which is wrong and misleading. Signed-off-by: Shengjiang Quan <qsj287068067@126.com>
* ddns-scripts: add one.com providerLuca Conte2022-01-27
| | | | Signed-off-by: Luca Conte <main@lugico.de>
* ddns-scripts: add ns1.com providerRichard Yu2021-12-15
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ddns-scripts: Add script for TransIP.nlMartijn Atema2021-11-30
| | | | | | Signed-off-by: Martijn Atema <martijn@atema.one> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* ddns-scripts: use HTTPS for spdynPeter Gransdorfer2021-11-30
| | | | | | Signed-off-by: Peter Gransdorfer <peter.gransdorfer@cattronix.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* ddns-scripts: add infomaniak.com providerDamiano Renfer2021-10-04
| | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* ddns-scripts: Add dnspod.cnJun Zhu2021-09-30
| | | | Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
* ddns-scripts-pdns: Add packageCristian Le2021-08-31
| | | Signed-off-by: Cristian Le <git@lecris.me>
* ddns-scripts: use https for google ipv6 ddns urlScott Lamb2021-07-19
| | | | | | | This matches an ipv4 change in 21f5cdd2fa and has the same rationale. Google requires https for both ipv6 and ipv6. Signed-off-by: Scott Lamb <slamb@slamb.org>
* ddns-scripts: Remove not working ddns providerGerald Hansen2021-01-26
| | | | | | | I checked the hostname for existing DNS A and AAAA entries and these ones didn't have an entry. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
* ddns-scripts: Change parameter for myonlineportalGerald Hansen2021-01-26
| | | | | | | | As the default uclient-fetch doesn't support authentication header and the ddns provider myonlineportal.net support also username and passwort as url parameter this can be changed. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
* ddns-scripts: add gandi.net providerFlorian Eckert2020-11-28
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ddns-scripts: update sitelutions urlFlorian Eckert2020-10-22
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ddns-scripts: add ipv6 capability for no-ip.comJohnathan Arsenault2020-10-05
| | | | | Signed-off-by: Johnathan Arsenault <johnathan.arsenault@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
* ddns-scripts: move all json files to defaultFlorian Eckert2020-09-28
Since we can also install custom ddns services, the name for the default services is not optimally chosen. To emphasize this the folder with the standard services for the package feed will be renamed to default. Signed-off-by: Florian Eckert <fe@dev.tdt.de>