From 96ada0c79e09f4aabb063b8515f47377aeea19ab Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 29 Jul 2024 03:42:36 -0400 Subject: [PATCH] inwx: Add comment explaining why hostnames are not in update URL --- ddclient.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ddclient.in b/ddclient.in index 5e5fa16..e004a80 100755 --- a/ddclient.in +++ b/ddclient.in @@ -6038,6 +6038,9 @@ sub nic_inwx_update { delete $config{$_}{'wantipv6'} for @hosts; info("$hosts: setting IPv4 address to $ipv4") if $ipv4; info("$hosts: setting IPv6 address to $ipv6") if $ipv6; + # Note: $hosts is intentionally omitted from the URL. INWX does not support a `hostname` + # argument; instead, INWX determines the hostname from the login credentials. (The user + # creates a DynDNS account at INWX and binds a hostname to it.) my $url = "$groupcfg{'server'}$groupcfg{'script'}?"; $url .= "myip=$ipv4" if $ipv4; if ($ipv6) {