Skip to content

Commit f61d0bb

Browse files
author
thomas
committed
v1.9.0
- 更加完善的DNS解析异常提示
1 parent 6ad1aa4 commit f61d0bb

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,20 @@ home: /root/.httpsok
5959

6060
添加成功后请稍等1分钟左右(DNS生效需要一点时间),再次运行安装脚本即可。
6161

62-
```bash
63-
DNS-CNAME解析无效 参考:https://fposter.cn/doc/guide/dns.html
64-
请添以下DNS-CNAME解析记录(只需配置一次即可):
65-
66-
_acme-challenge.yourdomain.com >> 043a438043a438d40c.httpsok.com
62+
```bash
63+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
64+
| 序号 | 域名 | 主机记录 | 记录类型 | 记录值 |
65+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
66+
| 1 | *.baidu.com | _acme-challenge | CNAME | 60d2f4fe0275d790.httpsok.com |
67+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
68+
| 2 | *.subdomain.baidu.com | _acme-challenge.subdomain | CNAME | 60d2f4fe0275d790.subdomain.httpsok.com |
69+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
6770
```
6871

69-
**⚠️主机记录值,不要加自己的一级域名。**
72+
[//]: # (**⚠️主机记录值,不要加自己的一级域名。**)
7073

71-
![image-20240312114825019](https://fposter.cn/dassets/image-20240312114825019.png)
74+
[//]: # ()
75+
[//]: # (![image-20240312114825019](https://fposter.cn/dassets/image-20240312114825019.png))
7276

7377
[DNS解析配置参考](https://fposter.cn/doc/guide/dns.html)
7478

README.zh.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,20 @@ home: /root/.httpsok
5959

6060
添加成功后请稍等1分钟左右(DNS生效需要一点时间),再次运行安装脚本即可。
6161

62-
```bash
63-
DNS-CNAME解析无效 参考:https://fposter.cn/doc/guide/dns.html
64-
请添以下DNS-CNAME解析记录(只需配置一次即可):
65-
66-
_acme-challenge.yourdomain.com >> 043a438043a438d40c.httpsok.com
62+
```bash
63+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
64+
| 序号 | 域名 | 主机记录 | 记录类型 | 记录值 |
65+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
66+
| 1 | *.baidu.com | _acme-challenge | CNAME | 60d2f4fe0275d790.httpsok.com |
67+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
68+
| 2 | *.subdomain.baidu.com | _acme-challenge.subdomain | CNAME | 60d2f4fe0275d790.subdomain.httpsok.com |
69+
+--------+-------------------------+-----------------------------+------------+------------------------------------------+
6770
```
6871

69-
**⚠️主机记录值,不要加自己的一级域名。**
72+
[//]: # (**⚠️主机记录值,不要加自己的一级域名。**)
7073

71-
![image-20240312114825019](https://fposter.cn/dassets/image-20240312114825019.png)
74+
[//]: # ()
75+
[//]: # (![image-20240312114825019](https://fposter.cn/dassets/image-20240312114825019.png))
7276

7377
[DNS解析配置参考](https://fposter.cn/doc/guide/dns.html)
7478

0 commit comments

Comments
 (0)