This repository has been archived on 2023-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
alidns/config.json

10 lines
262 B
JSON
Raw Normal View History

2020-06-06 19:07:09 +08:00
{
"regionId": "cn-hangzhou",
"accessKeyId": "YOUR_ACCESS_KEY_ID",
"accessSecret": "YOUR_ACCESS_SECRET",
"domainName": "YOUR_DOMAIN_NAME",
2021-04-23 23:08:06 +08:00
"records": [
{ "type": "A", "RR": "www1"},
{ "type": "A", "RR": "www2"}
]
2020-06-06 19:07:09 +08:00
}