fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ DNS64用于支持纯IPV6网络访问IPV4网站,smartdns对此也提供了支
|
|||||||
|
|
||||||
## 配置步骤
|
## 配置步骤
|
||||||
|
|
||||||
1. 使用`dns64 ip/mask`配置代理服务器
|
1. 使用`dns64 ip/mask`配置DNS64前缀。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dns64 64:ff9b::/96
|
dns64 64:ff9b::/96
|
||||||
|
|||||||
@@ -41,12 +41,12 @@ smartdns目前提供了UDP, TCP, DOT三种服务端模式。
|
|||||||
|
|
||||||
## DOT服务端
|
## DOT服务端
|
||||||
|
|
||||||
1. 通过`bind-tcp`参数配置,配置例子如下:
|
1. 通过`bind-tls`参数配置,配置例子如下:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bind-tcp 0.0.0.0:53@eth0
|
bind-tls 0.0.0.0:53@eth0
|
||||||
bind-tcp [::]:53@eth0
|
bind-tls [::]:53@eth0
|
||||||
bind-tcp :53@eth0
|
bind-tls :53@eth0
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ DNS64 is used to support accessing IPV4 websites in a pure IPV6 network, smartdn
|
|||||||
|
|
||||||
## Configuration Steps
|
## Configuration Steps
|
||||||
|
|
||||||
1. Use `dns64 ip/mask` to configure alias name.
|
1. Use `dns64 ip/mask` to configure dns64 prefix.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dns64 64:ff9b::/96
|
dns64 64:ff9b::/96
|
||||||
|
|||||||
@@ -41,12 +41,12 @@ Currently, smartdns provides three server modes: UDP, TCP, and DOT.
|
|||||||
|
|
||||||
## DOT Server
|
## DOT Server
|
||||||
|
|
||||||
1. Configure with the `bind-tcp` parameter. For example:
|
1. Configure with the `bind-tls` parameter. For example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bind-tcp 0.0.0.0:53@eth0
|
bind-tls 0.0.0.0:53@eth0
|
||||||
bind-tcp [::]:53@eth0
|
bind-tls [::]:53@eth0
|
||||||
bind-tcp :53@eth0
|
bind-tls :53@eth0
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Set certificate and key files
|
1. Set certificate and key files
|
||||||
|
|||||||
Reference in New Issue
Block a user