en: update document.

This commit is contained in:
Nick Peng
2023-03-26 02:02:54 +08:00
parent 5ded52d4c0
commit 149a52584e
18 changed files with 1070 additions and 0 deletions

18
en/docs/config/cname.md Normal file
View File

@@ -0,0 +1,18 @@
---
hide:
- toc
---
# CNAME Alias Query
In some cases, it is necessary to use the results of the query of domain B for the query of domain A, such as the optimization of the speed of some CDN. At this time, you can use the CNAME alias query function.
## Configuration Steps
1. Use `cname /a.com/b.com` to configure the proxy server
```shell
cname /a.com/b.com
```
In the above example, when querying a.com, the query result of b.com will be used.