config: add some config guide

This commit is contained in:
Nick Peng
2023-03-10 23:53:17 +08:00
parent dcb680ae88
commit 39efbda313
14 changed files with 507 additions and 184 deletions

22
docs/config/dns64.md Normal file
View File

@@ -0,0 +1,22 @@
---
hide:
- toc
---
# DNS64
DNS64用于支持纯IPV6网络访问IPV4网站smartdns对此也提供了支持可使用dns64参数配置DNS64服务器。
## 配置步骤
1. 使用`dns64 ip/mask`配置代理服务器
```shell
dns64 64:ff9b::/96
```
1. 在纯IPV6的环境下建议关闭双栈优选功能。
```shell
dualstack-ip-selection no
```