All Projects → meterXu → mtDNS

meterXu / mtDNS

Licence: LGPL-3.0 license
动态域名解析服务,自动获取IP并解析至阿里云!

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mtDNS

scaffold
WIP - Simplified PHP framework, using modern practices and techniques. Making use of the best components available.
Stars: ✭ 56 (+124%)
Mutual labels:  simple
jpopup
Simple lightweight (<2kB) javascript popup modal plugin
Stars: ✭ 27 (+8%)
Mutual labels:  simple
lwpkt
Lightweight packet protocol structure for multi-device communication focused on RS-485
Stars: ✭ 71 (+184%)
Mutual labels:  simple
simple-commands
An (even more) simplified and intuitive command framework for Spigot.
Stars: ✭ 14 (-44%)
Mutual labels:  simple
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+140%)
Mutual labels:  simple
vertx-start
简单地、快速地启动vert.x的手脚架,保留了vert.x原汁原味的开发方式
Stars: ✭ 102 (+308%)
Mutual labels:  simple
react-click-to-edit
Make any text editable.
Stars: ✭ 16 (-36%)
Mutual labels:  simple
logger
☠ 😈 👀 Simple,Secure & Undetected (6.11.2017) keylogger for Windows :)
Stars: ✭ 37 (+48%)
Mutual labels:  simple
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+32%)
Mutual labels:  simple
Recon
HA LDAP based key/value solution for projects configuration storing with multi master replication support
Stars: ✭ 12 (-52%)
Mutual labels:  simple
smurf
simple markdown surfer
Stars: ✭ 38 (+52%)
Mutual labels:  simple
Swadeshi
Implementing a Web Based solution through which farmers can participate in a commodity exchange market
Stars: ✭ 21 (-16%)
Mutual labels:  simple
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (+604%)
Mutual labels:  simple
httpfs
Go 编写的静态文件服务器,支持文件拖拽上传,无第三方包依赖, 支持 Windows, Linux , Darwin。
Stars: ✭ 28 (+12%)
Mutual labels:  simple
simple-style
My simple style hugo theme, based on <https://yanlinlin82.github.io/webpage-templates/simple-style/index.html>
Stars: ✭ 25 (+0%)
Mutual labels:  simple
advancedSmsManager
Advanced SmsManager is avery handy library for sending sms for single and two sim-card phones with many options.
Stars: ✭ 27 (+8%)
Mutual labels:  simple
playground-for-beaver-themer
Simple bare-bone WordPress theme for Beaver Themer plugin.
Stars: ✭ 16 (-36%)
Mutual labels:  simple
simple blockchain
Blockchain code made simple.
Stars: ✭ 24 (-4%)
Mutual labels:  simple
mocha-simple-html-reporter
Simple HTML reporter for Mocha
Stars: ✭ 16 (-36%)
Mutual labels:  simple
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (+12%)
Mutual labels:  simple

mtDNS

tag license

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

mtDNS

快速开始

  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 解析优先级 按需修改

生成配置文件

运行config.py,按提示操作,即可快速生成配置文件

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].