Skip to content

Commit b2a2973

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

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

README.en.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,25 @@ Add a DNS resolution record of type **CNAME**, and it only needs to be added onc
6060

6161
**Solution:** Refer to [DNS Resolution](https://fposter.cn/doc/guide/dns.html)
6262

63-
```bash
64-
+-------------------+-----------------------+------------+--------------------------------+
65-
| 域名 | 主机记录 | 记录类型 | 记录值 |
66-
+-------------------+-----------------------+------------+--------------------------------+
67-
| *.baidu.com | _acme-challenge | CNAME | f4fe0275d790.httpsok.com |
68-
+-------------------+-----------------------+------------+--------------------------------+
69-
| *.sub.baidu.com | _acme-challenge.sub | CNAME | f4fe0275d790.sub.httpsok.com |
70-
+-------------------+-----------------------+------------+--------------------------------+
71-
```
63+
![httsok的DNS解析配置示例](https://fposter.cn/dassets/image-20240314024435126.png)
64+
65+
[//]: # (```bash)
66+
67+
[//]: # (+-------------------+-----------------------+------------+--------------------------------+)
68+
69+
[//]: # (| 域名 | 主机记录 | 记录类型 | 记录值 |)
70+
71+
[//]: # (+-------------------+-----------------------+------------+--------------------------------+)
72+
73+
[//]: # (| *.baidu.com | _acme-challenge | CNAME | f4fe0275d790.httpsok.com |)
74+
75+
[//]: # (+-------------------+-----------------------+------------+--------------------------------+)
76+
77+
[//]: # (| *.sub.baidu.com | _acme-challenge.sub | CNAME | f4fe0275d790.sub.httpsok.com |)
78+
79+
[//]: # (+-------------------+-----------------------+------------+--------------------------------+)
80+
81+
[//]: # (```)
7282

7383
## Issue Feedback
7484

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ home: /root/.httpsok
5757

5858
**根据脚本运行的实际情况**,添对应的的DNS解析记录。[DNS解析配置参考](https://fposter.cn/doc/guide/dns.html)
5959

60-
![image-20240314024435126](./assets/image-20240314024435126.png)
60+
![httsok的DNS解析配置示例](https://fposter.cn/dassets/image-20240314024435126.png)
6161

6262

6363
[//]: # ()

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ home: /root/.httpsok
5757

5858
**根据脚本运行的实际情况**,添对应的的DNS解析记录。[DNS解析配置参考](https://fposter.cn/doc/guide/dns.html)
5959

60-
![image-20240314024435126](./assets/image-20240314024435126.png)
60+
![httsok的DNS解析配置示例](https://fposter.cn/dassets/image-20240314024435126.png)
6161

6262

6363
[//]: # ()

0 commit comments

Comments
 (0)