Files
smartdns/docs/config/cname.md
2023-04-01 00:10:35 +08:00

19 lines
374 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
hide:
- toc
---
# cname别名查询
某些情况下需要将a域名的查询使用b域名的结果比如某些CDN速度的优化此时可以使用cname别名查询功能。
## 配置步骤
1. 使用`cname /a.com/b.com`配置别名。
```shell
cname /a.com/b.com
```
上述例子查询a.com时将会使用b.com的查询结果。