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
- Host: GitHub
- URL: https://github.com/cnk3x/ddns-dnspod
- Owner: cnk3x
- License: mit
- Created: 2016-03-22T11:43:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T11:45:27.000Z (about 9 years ago)
- Last Synced: 2025-02-15T08:30:45.069Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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"
}
]
}