ddns-scripts: Use https for domains.google.com
authorPaul Tobias <paul@ddproperty.com>
Mon, 26 Aug 2019 11:44:50 +0000 (18:44 +0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 12 Sep 2019 22:26:07 +0000 (15:26 -0700)
commit21f5cdd2fa2d4336d4c77d22d404252be1b82ebd
treef4b9fcd36b9f0419b32c8ecb61b49d835ec2c513
parent3aaedf9ccbc12df883d3a267fa99878c8789a330
ddns-scripts: Use https for domains.google.com

Without https the update fails with:

```
 132954       : #> /usr/bin/curl -RsS -o /var/run/ddns/myddns_ipv4.dat --stderr /var/run/ddns/myddns_ipv4.err --noproxy '*' 'http://CENSORED:***PW***@domains.google.com/nic/update?hostname=CENSORED&myip=CENSORED'
 132954       : DDNS Provider answered:
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://domains.google.com/nic/update?hostname=CENSORED&amp;myip=CENSORED">here</A>.
</BODY>
</HTML>
 132954 ERROR : IP update not accepted by DDNS Provider
```

Signed-off-by: Paul Tobias <tobias.pal@gmail.com>
net/ddns-scripts/Makefile
net/ddns-scripts/files/services