Files
smartdns/docs/config/dns64.md
Nick Peng 43adf26cff fix typo
2023-04-19 00:15:20 +08:00

23 lines
383 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
---
# DNS64
DNS64用于支持纯IPV6网络访问IPV4网站smartdns对此也提供了支持可使用dns64参数配置DNS64服务器。
## 配置步骤
1. 使用`dns64 ip/mask`配置DNS64前缀。
```shell
dns64 64:ff9b::/96
```
1. 在纯IPV6的环境下建议关闭双栈优选功能。
```shell
dualstack-ip-selection no
```