From 5757f7e07d46a4dea30185f5511e0c9fc216e643 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 27 Jun 2024 00:03:25 -0400 Subject: [PATCH] Restore accidentally deleted `--fw` command-line argument This was mistakenly deleted in commit 908b7285032fc7b969430de9b766eaf1e9719d56. --- ddclient.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ddclient.in b/ddclient.in index 8409b93..c1e168b 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1212,6 +1212,7 @@ my @opt = ( "", " Options related to '--use=fw', '--usev4=fwv4', '--usev6=fwv6', and '--usev6=fw'", " as well as '--use=', '--usev4=', and '--usev6=':", + ["fw", "=s", "--fw= : deprecated, use '--fwv4' or '--fwv6'"], ["fw-skip", "=s", "--fw-skip= : deprecated, use '--fwv4-skip' or '--fwv6-skip'"], ["fwv4", "=s", "--fwv4= : obtain IPv4 address from device with IP address
or URL "], ["fwv4-skip", "=s", "--fwv4-skip= : skip any IP addresses before in the text returned from the device"],