Why this tool

  1. 国内DDNS服务商基本上就花生壳一家独大,我体验期间发现它非常贴心的帮你限速、提醒你付费等等,关键是稳定性还一般
  2. 在路由器上就能解决的问题,为何要交给第三方呢?仅仅需要简单的设置
  3. 源码:https://github.com/KeroVieux/ali-ddns

实现方法

  1. 部署此代码到你的wrt-open路由器上
  2. 定时执行(建议5分钟)
  3. 判断当前ip与线上所解析的ip不吻合则请求api修改ip

文件内必填参数

  1. accessKeyId
  2. accessKeySecret
  3. RecordId
  4. lastCheck路径
  5. 当前ip路径

set up

  1. fill up the argument which is required
  2. yarn
  3. done

how to run

npm run start