This commit is contained in:
Nick Peng
2023-04-19 00:15:20 +08:00
parent 1bb052b07b
commit 43adf26cff
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ DNS64 is used to support accessing IPV4 websites in a pure IPV6 network, smartdn
## Configuration Steps
1. Use `dns64 ip/mask` to configure alias name.
1. Use `dns64 ip/mask` to configure dns64 prefix.
```shell
dns64 64:ff9b::/96

View File

@@ -41,12 +41,12 @@ Currently, smartdns provides three server modes: UDP, TCP, and DOT.
## DOT Server
1. Configure with the `bind-tcp` parameter. For example:
1. Configure with the `bind-tls` parameter. For example:
```shell
bind-tcp 0.0.0.0:53@eth0
bind-tcp [::]:53@eth0
bind-tcp :53@eth0
bind-tls 0.0.0.0:53@eth0
bind-tls [::]:53@eth0
bind-tls :53@eth0
```
1. Set certificate and key files