An open API service indexing awesome lists of open source software.

https://github.com/cnk3x/ddns-dnspod

Dynamic DNS for DnsPod
https://github.com/cnk3x/ddns-dnspod

Last synced: 2 months ago
JSON representation

Dynamic DNS for DnsPod

Awesome Lists containing this project

README

        

动态域名解析 DDns for DnsPod

编辑配置文件 ddns.config 格式如下:

{
"log" : {
"debug" : false,
"info" : true,
"error" : true
},
"records" : [{
"token" : "*****,********************************",
"host" : "www",
"domain" : "mydomain.com"
}, {
"token" : "*****,********************************",
"host" : "ddns",
"domain" : "mydomain.com"
}
]
}