Files
DDNS/example.config.json
T
2017-11-14 22:55:18 +08:00

17 lines
247 B
JSON

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