ddns-scripts: fix parsing of parameters for cloudflare.com
authorLiangbin Lian <redacted>
Tue, 16 Apr 2024 03:24:31 +0000 (11:24 +0800)
committerFlorian Eckert <redacted>
Tue, 27 May 2025 06:05:06 +0000 (08:05 +0200)
commit8c55d089cd34355aa8e86949cf0c324c0b7fdfd2
tree1017454885b9c5346b04c50426d162ea9320d913
parent2c78935539f06d1b4c48a358e95ff2e0fcdbeab5
ddns-scripts: fix parsing of parameters for cloudflare.com

There is an obvious bug here:
if we want to update example.com.example.com in zone example.com,
so `domain=example.com@example.com`, after parsing,
the `__HOST` will be `example.com`, not expected `example.com.example.com`.

Signed-off-by: Liangbin Lian <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/update_cloudflare_com_v4.sh
git clone https://git.99rst.org/PROJECT