Skip to content
/ mtDNS Public

动态域名解析服务,自动获取IP并解析至阿里云!

License

Notifications You must be signed in to change notification settings

meterXu/mtDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtDNS

tag license

动态域名解析服务,适用于阿里云购买的域名

mtDNS

支持项

  • 实时监控IP变化
  • 解析多个域名
  • 解析多条域名记录
  • 更新解析记录
  • 新增解析记录

不支持项

  • 解析泛域名

快速开始

‼️需要node运行环境‼️

  1. 克隆项目
git clone https://github.com/meterXu/mtDNS.git
  1. 修改配置文件.env.production
  2. 开始运行
npm install
npm run start

配置文件.env.production说明

[{"RRKeyWord":"your_RR","Type":"your_Type","Priority":1,"DomainName":"your_DomainName"}]

解析配置

可添加多个解析记录

  • RRKeyWord 设置需要解析的子域名
  • Type 解析记录类型格式 参考网站
  • Priority 解析优先级 按需修改
  • DomainName 需要解析的域名,支持不同域名一起解析

⚠️ DomainName设置为自己的域名,格式:example.com;不是这种域名:xxx.example.com

About

动态域名解析服务,自动获取IP并解析至阿里云!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published