Files
DDNS/example.config.json
T
2016-11-05 23:25:54 +08:00

15 lines
228 B
JSON

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