Files
DDNS/example.config.json
T
2016-06-10 23:54:15 +08:00

15 lines
212 B
JSON

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