Files
DDNS/example.config.json
T
2016-12-03 22:31:56 +08:00

16 lines
246 B
JSON

{
"id": "your token id",
"token": "your dnspod token",
"dns": "dnspod",
"ipv4": [
"ipv4.your.domain",
"ipv4.yours.domain"
],
"ipv6": [
"ipv6.your.domain"
],
"index4": "default",
"index6": "default",
"proxy": null,
"debug": null
}