en: update document.
This commit is contained in:
18
en/docs/config/cname.md
Normal file
18
en/docs/config/cname.md
Normal 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.
|
||||
Reference in New Issue
Block a user