Skip to content

Commit

Permalink
docs: README.md/cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
yzy613 committed Aug 10, 2023
1 parent cb140ff commit 2e28b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Usage:
- 请在 `./conf/client.json` 修改 `cloudflare``true`
- 打开配置文件 `./conf/cloudflare.json` 填入你的 `zone_id, api_token, domain` 并重新启动
- 支持同一个域名的 A 和 AAAA 记录的子域名同时更新内容
- 支持开启 Cloudflare 的 CDN 功能

初始 Cloudflare 配置文件

Expand All @@ -207,7 +208,8 @@ Usage:
"domain": {
"a": "A记录子域名.example.com",
"aaaa": "AAAA记录子域名.example.com"
}
},
"proxied": false
}
```

Expand Down Expand Up @@ -343,4 +345,4 @@ pikaur -S ddns-watchdog // pikaur
> Cloudflare API [https://api.cloudflare.com/#dns-records-for-a-zone-properties](https://api.cloudflare.com/#dns-records-for-a-zone-properties)
> HuaweiCloud API [https://github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3)
> HuaweiCloud SDK [https://github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3)

0 comments on commit 2e28b83

Please sign in to comment.