Auto Update on Raspberry ...
Auto Update on Raspberry pi
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Auto Update on Raspberry pi
- Community Forum
- Auto Update on Raspberry pi
Topic: Auto Update on Raspberry pi
Hello, I have been trying to follow all the help documnts on how to setup the script on a Raspberry Pi, but it will not work
Command I am using:
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
Message I get
pi@piVPN:~/dynudns $ sudo echo url="https://api.dynu.com/nic/update?username=username&password=password" | curl -k -o /home/pi/dynu.log -K -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: api.dynu.com
the resulting dynu.log is empty.
Can you pelase help, thanks
Command I am using:
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
Message I get
pi@piVPN:~/dynudns $ sudo echo url="https://api.dynu.com/nic/update?username=username&password=password" | curl -k -o /home/pi/dynu.log -K -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: api.dynu.com
the resulting dynu.log is empty.
Can you pelase help, thanks
Reply with quote |Report
| Author | Topic: Auto Update on Raspberry pi |
|---|---|
|
dmking43 Joined: 2020/11/11 |
2020年11月13日星期五 上午5:51
Hello, I have been trying to follow all the help documnts on how to setup the script on a Raspberry Pi, but it will not work
Command I am using: echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K - Message I get pi@piVPN:~/dynudns $ sudo echo url="https://api.dynu.com/nic/update?username=username&password=password" | curl -k -o /home/pi/dynu.log -K - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: api.dynu.com the resulting dynu.log is empty. Can you pelase help, thanks |
|
antioch Joined: 2017/4/6 |
2020年11月28日星期六 上午10:19
ddclient works on my pi zero w.
|
2026年6月13日星期六 上午7:08
