/mtDNS

定时获取ip,然后到阿里云去解析dns

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

mtDNS

tag license

(每30秒) 解析dns,适用于阿里云购买的域名

快速开始

  1. 克隆项目
git clone https://github.com/meterXu/mtDNS.git
  1. 修改配置文件config.json
  2. 开始运行
npm install
node index.js

配置文件config.json说明

全局配置

  • apiAddress 阿里云解析api地址,无需更改
  • ipaddressUrl 获取外网ip的地址,无需更改
  • AccessKeyId 阿里云平台AccesskeyId 关于AccessKey的获取
  • AccessKeySecret 阿里云平台AccessKeySecret 关于AccessKeySecret的获取
  • DomainName 域名,设置为自己的域名,不要带子域名

解析配置

可添加多个解析记录

  • RRKeyWord 设置需要解析的子域名
  • Type 解析记录类型格式 参考网站
  • Priority 解析优先级 按需修改