Any way to detect automat...
Any way to detect automatically my router IP address when it changes
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Any way to detect automatically my router IP address when it changes
- Community Forum
- Any way to detect automatically my router IP address when it changes
Topic: Any way to detect automatically my router IP address when it changes
You can download and run one of our IP update clients at https://www.dynu.com/en-US/DynamicDNS/IPUpdateClient.
Reply with quote |Report
by IAmATeaf on 2024年1月5日星期五
Or if you have SSL access to your router you can set up a cron job to run on a timed basis to keep the ip address updated. I run the following script
curl -k --silent "https://api.dynu.com/nic/update?hostname=xxxxx.dynu.net&password=password"
curl -k --silent "https://api.dynu.com/nic/update?hostname=xxxxx.dynu.net&password=password"
Reply with quote |Report
| Author | Topic: Any way to detect automatically my router IP address when it changes |
|---|---|
|
VASUDEVA HEBRI Joined: 2016/1/14 |
2017年5月15日星期一 下午8:30
please help me to configure automatically update the ip address.
|
|
timothytw Joined: 2002/5/2 |
2017年5月16日星期二 上午8:28
You can download and run one of our IP update clients at https://www.dynu.com/en-US/DynamicDNS/IPUpdateClient.
|
|
IAmATeaf Joined: 2019/4/18 |
2024年1月5日星期五 上午3:43
Or if you have SSL access to your router you can set up a cron job to run on a timed basis to keep the ip address updated. I run the following script
curl -k --silent "https://api.dynu.com/nic/update?hostname=xxxxx.dynu.net&password=password" |
2026年6月13日星期六 上午8:39
