]> git.99rst.org Git - openwrt-packages.git/commit
ddns-scripts: add gandi pat support
authorKeith T. Garner <redacted>
Tue, 11 Aug 2026 19:17:59 +0000 (14:17 -0500)
committerFlorian Eckert <redacted>
Tue, 1 Sep 2026 06:26:59 +0000 (08:26 +0200)
commit413aa843b066dd0314c6ab36449fc5638285a94e
tree51764472d520026e797f4fb6298a5353cb3f7543
parent63ba9c3bb4aa6070117289efc5a0e54226fe711e
ddns-scripts: add gandi pat support

Gandi has deprecated Api Key for authentication and replaced it with
Personal Access Tokens. This adds a v2 gandi package containing a script
using the new authentication scheme while keeping the old version intact
for any existing API Key users. Additionally, it documents the old
version as deprecated and points users to v2.

Signed-off-by: Keith T. Garner <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/update_gandi_net_v2.sh [new file with mode: 0644]
net/ddns-scripts/files/usr/share/ddns/default/gandi.net-v2.json [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT