真实域名设置https
最后更新于:2022-04-02 02:56:17
[TOC]
>[详细文档](https://caddyserver.com/docs/automatic-https)
## 真实域名https
- 设置您域的A / AAAA记录指向您的服务器。您可以通过登录DNS提供商并管理域名来做到这一点
- 如果使用的是IPv6,则替换type=A为type=AAAA
```
// example.name 改为你真实的ip
> curl "https://cloudflare-dns.com/dns-query?name=example.com&type=A" \
-H "accept: application/dns-json"
```
';