ddns-scripts: fix log noise
authorAndy Chiang <redacted>
Sun, 7 Jun 2026 02:52:00 +0000 (09:52 +0700)
committerFlorian Eckert <redacted>
Tue, 9 Jun 2026 09:19:35 +0000 (11:19 +0200)
commit52b5b8e6552d2e845e2b11db571baf4d493409b9
tree74f840e57ee8070b648b24fa911ebc0966c6298a
parent29c7547b2e1211755d8fb68591879af0149cd4e4
ddns-scripts: fix log noise

When fetching the IP via a URL with `force_ipversion` enabled,
a `Busybox nslookup - no support to 'force IP Version' (ignored)`
log is generated periodically. This log is redundant, in this scenario
`force_ipversion` only affects the results fetched by wget/uclient-fetch/curl.
It is perfectly fine for nslookup to query both A/AAAA records simultaneously.

Signed-off-by: Andy Chiang <redacted>
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
git clone https://git.99rst.org/PROJECT