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
2021-04-23 23:09:04 +08:00

10 lines
262 B
JSON

{
"regionId": "cn-hangzhou",
"accessKeyId": "YOUR_ACCESS_KEY_ID",
"accessSecret": "YOUR_ACCESS_SECRET",
"domainName": "YOUR_DOMAIN_NAME",
"records": [
{ "type": "A", "RR": "www1"},
{ "type": "A", "RR": "www2"}
]
}