From: "Andy Willis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 296896 for ecs-isp@2rosenthals.com; Fri, 24 Jan 2020 11:29:42 -0500 Received: from [192.168.200.201] (port=42641 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1iv1qe-0002FO-34 for ecs-isp@2rosenthals.com; Fri, 24 Jan 2020 11:30:21 -0500 Received: from mail-yw1-f48.google.com ([209.85.161.48]:33662) by mail2.2rosenthals.com with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1iv1lh-0002NF-2p for ecs-isp@2rosenthals.com; Fri, 24 Jan 2020 11:25:13 -0500 Received: by mail-yw1-f48.google.com with SMTP id 192so1112802ywy.0 for ; Fri, 24 Jan 2020 08:25:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=jslbsiRE1GbTTUWsi+8VHmmuB1yH0QIfaNZ6cluL/aU=; b=gLnv+pBHHetNhKi6KkOUJz+BGhnBjZ0DS27t2rIgUcc74F14IzvlfCCTitsff3m8xZ 5FhAdHpq93wjKC6HMUp8FNB1Ysn7vhyKDrbkq9JWiODZcVsx8/XGTwdKHPjn5NusYV6E 6vORC1NEgyt8lLa8GL18oprOtcrm3shzPUvLVGE1u62NPuasO1uG/NvSPcU7r8ssXX9S e2ORAr8Rqmxf/0JmusaAar03s6l9x1RhXB6CRF7xZzaZnmML/6Hxd38NLL3Ah0F8zzfA wKcds+K/CNL1LDnhvRxhco3tclX4/yRG9rz3/0dFPf6salOiey1x0Zxrz9BrTEeJ6MzS jxaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=jslbsiRE1GbTTUWsi+8VHmmuB1yH0QIfaNZ6cluL/aU=; b=JnxdiB5p6+ZgKYfqq/bnrWJIeQLFZMNfqCFJms5GHeOkeikDp9+atuLd3U3tlGaGR8 Wox2D5nPGtF9hJmbhZRULrvtMaysukhjMAzUB0EmELIJenLAh7scZcigsmYKyEn2RDF8 BImgsa9qoA9TkmoJC8rTpZJHctsp7IJfm3WYxzdzQq5XxSTr/y5fPIcCDJDctRNze3Oz 7RTbxzSDwDZpz1QAc37DvmU+CfMSmuJ5W43UMAOagGOM6f6gVl6u9WH6GEzduUk7Tns7 q9qsG5Ljfcdbk9O6c+DIDvz2SxSBC4Rc8cwcJEwuQdygCI/Sqlo7Nw66JnWEXH1HOSc6 +v1w== X-Gm-Message-State: APjAAAWROABOV+IAyc01K2ssvuiJICUWFLlRjVsifIIREF9IpSrSqN17 8OYltq6aFTdsz3fmt9jeEg1nBnUCnEL3bBLSolcgSA== X-Google-Smtp-Source: APXvYqzwC3bh+nTZGqsWlemMO0TOi5ORpmkvtJEeioMUuc0tKi5KqLue+hwmLN4kgcsLFntABDJqE5WFI1lwlMJtuFQ= X-Received: by 2002:a81:a7c9:: with SMTP id e192mr2856368ywh.421.1579883113069; Fri, 24 Jan 2020 08:25:13 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 24 Jan 2020 10:25:01 -0600 Message-ID: Subject: Re: [eCS-ISP] bind - which version? To: eCS ISP Mailing List Content-Type: multipart/alternative; boundary="000000000000bdbf3e059ce53329" --000000000000bdbf3e059ce53329 Content-Type: text/plain; charset="UTF-8" On Fri, Jan 24, 2020, 6:18 AM Massimo S. wrote: > > > Il 24/01/2020 02:52, Steven Levine ha scritto: > > In , on 01/23/20 > > at 11:43 AM, "Andy Willis" said: > > > > Hi Andy, > > > >> I had been meaning to ask, if godaddy has ddns so that I could update my > >> ip as it changes ($200 a month for a static IP is not attractive). I've > >> been looking at no-ip as I did not see that godaddy would work. > > > > I have this issue too. Currently, I have a semi-automated solution that > > put the new IP in the clipboard and brings up the browser. All I have to > > do it login and paste the new IP. > > > > However, it appears that godaddy does have an IP and someone wrote a > > client: > > > > https://github.com/markafox/GoDaddy_Powershell_DDNS > > > > The bash script may run with out a lot of modifications. > > > > Steven > > Invoke-WebRequest > https://api.godaddy.com/v1/domains/$domain/records/A/$name -method put > -headers $headers -Body $json -ContentType "application/json"} > > maybe you can do this with a simple wget or curl > > powershell (as the name say is powerful), but it's available for Windows, > Linux, etc.. but not > for our beloved eCS/AOS > I am wanting to run it from my Cisco router, I found instructions for doing it from no-ip, maybe I can figure out how with godaddy. > --000000000000bdbf3e059ce53329 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, Jan 24, 2020, 6:18 AM Massimo S. <ecs-isp@2rosenthals.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">

Il 24/01/2020 02:52, Steven Levine ha scritto:
> In <list-295722@2rosenthals.com>, on 01/23/20
>=C2=A0 =C2=A0 =C2=A0at 11:43 AM, "Andy Willis" <ecs-i= sp@2rosenthals.com> said:
>
> Hi Andy,
>
>> I had been meaning to ask, if godaddy has ddns so that I could upd= ate my
>> ip as it changes ($200 a month for a static IP is not attractive).= =C2=A0 I've
>> been looking at no-ip as I did not see that godaddy would work. >
> I have this issue too.=C2=A0 Currently, I have a semi-automated soluti= on that
> put the new IP in the clipboard and brings up the browser.=C2=A0 All I= have to
> do it login and paste the new IP.
>
> However, it appears that godaddy does have an IP and someone wrote a > client:
>
>=C2=A0 =C2=A0 https://github.com/m= arkafox/GoDaddy_Powershell_DDNS
>
> The bash script may run with out a lot of modifications.
>
> Steven

Invoke-WebRequest https://api.g= odaddy.com/v1/domains/$domain/records/A/$name -method put
-headers $headers -Body $json -ContentType "application/json"}
maybe you can do this with a simple wget or curl

powershell (as the name say is powerful), but it's available for Window= s, Linux, etc.. but not
for our beloved eCS/AOS
I am = wanting to run it from my Cisco router, I found instructions for doing it f= rom no-ip, maybe I can figure out how with godaddy.
=
--000000000000bdbf3e059ce53329--