commit 5857abae19f2391de60a4f2f02eb30ae339b00bb
parent 912e1d583ea18ed2c3ca1d1fd884ed1cce1825d8
Author: Santtu Lakkala <santtu.lakkala@unikie.com>
Date: Mon, 23 Feb 2026 17:28:49 +0200
Add system=dyndns to update uri
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/udyfi.c b/udyfi.c
@@ -548,7 +548,7 @@ static int update_ip(const char *server,
return UP_INTERNAL;
r = snprintf(path_buffer, sizeof(path_buffer),
- "/nic/update?hostname=%s", hosts);
+ "/nic/update?system=dyndns&hostname=%s", hosts);
if (r >= (int)sizeof(path_buffer))
return UP_INTERNAL;