cURL as updater
cURL as updater
- 主页
- 后台控制中心
- Community Forum
- General Discussion
- Developer Discussion
- cURL as updater
- Community Forum
- cURL as updater
Topic: cURL as updater
Hello,
I am new to dynu.com. When I was searching for a way to update IP adddress, I found your "wget" pages.
https://www.dynu.com/DynamicDNS/IP-Update-Protocol
https://www.dynu.com/DynamicDNS/IPUpdateClient/Wget
What about "curl"? It is modern http cli client, updates are easier with curl than with wget:
curl -u username:password "https://api.dynu.com/nic/update?hostname=myhost.dynu.net&myip=a.b.c.d"
I created this ticket just to highlight that curl is missing in your documentation and I believe it should be there...
With regards,
Petr
I am new to dynu.com. When I was searching for a way to update IP adddress, I found your "wget" pages.
https://www.dynu.com/DynamicDNS/IP-Update-Protocol
https://www.dynu.com/DynamicDNS/IPUpdateClient/Wget
What about "curl"? It is modern http cli client, updates are easier with curl than with wget:
curl -u username:password "https://api.dynu.com/nic/update?hostname=myhost.dynu.net&myip=a.b.c.d"
I created this ticket just to highlight that curl is missing in your documentation and I believe it should be there...
With regards,
Petr
Reply with quote |Report
We are adding cURL to the documentation in addition to WGet as you have suggest. Thanks for your feedback!
Reply with quote |Report
Documentation for cURL as updater has been added at the below location:
https://www.dynu.com/DynamicDNS/IPUpdateClient/cURL
https://www.dynu.com/DynamicDNS/IPUpdateClient/cURL
Reply with quote |Report
| Author | Topic: cURL as updater |
|---|---|
|
petrslan Joined: 2018/10/26 |
2018年10月26日星期五 上午8:31
Hello,
I am new to dynu.com. When I was searching for a way to update IP adddress, I found your "wget" pages. https://www.dynu.com/DynamicDNS/IP-Update-Protocol https://www.dynu.com/DynamicDNS/IPUpdateClient/Wget What about "curl"? It is modern http cli client, updates are easier with curl than with wget: curl -u username:password "https://api.dynu.com/nic/update?hostname=myhost.dynu.net&myip=a.b.c.d" I created this ticket just to highlight that curl is missing in your documentation and I believe it should be there... With regards, Petr |
|
rahsharma Joined: 2010/11/25 |
2018年11月5日星期一 下午1:50
We are adding cURL to the documentation in addition to WGet as you have suggest. Thanks for your feedback!
|
|
rahsharma Joined: 2010/11/25 |
2018年11月13日星期二 上午11:20
Documentation for cURL as updater has been added at the below location:
https://www.dynu.com/DynamicDNS/IPUpdateClient/cURL |
2026年6月13日星期六 上午5:20
