ddns-script: Change CURL call and redirect output in update_porkbun_v3
authorRikki Vizcarra <redacted>
Mon, 24 Mar 2025 21:41:25 +0000 (05:41 +0800)
committerFlorian Eckert <redacted>
Sun, 20 Apr 2025 20:10:44 +0000 (22:10 +0200)
commit1de23c1c12d805aead76ff7e30a263f4de60d287
tree585bbc667953afc7f8619cd432e1f1ae1badecfe
parentb093eea601195184ea1364c4678c35f96269f7f5
ddns-script: Change CURL call and redirect output in update_porkbun_v3

This also fixes: https://github.com/openwrt/packages/issues/26181

CURL funciton change was patterned on other ddns update scripts
that uses also JSON request/response payloads similar to
update_digitalocean_v2.sh: https://github.com/openwrt/packages/blob/15014f93e15bcb29956bf79cd397fea580bf6ea6/net/ddns-scripts/files/usr/lib/ddns/update_digitalocean_com_v2.sh#L29
update_gcp_v1.sh: https://github.com/openwrt/packages/blob/15014f93e15bcb29956bf79cd397fea580bf6ea6/net/ddns-scripts/files/usr/lib/ddns/update_gcp_v1.sh#L212

rebased and bumbped ddns-script version

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