fix typo
This commit is contained in:
@@ -33,7 +33,7 @@ SmartDNS提供了两种测速模式,分别是ping和tcp。smartdns默认使用
|
||||
1. 单域名测速模式配置
|
||||
|
||||
```shell
|
||||
domain-rule /example.com/ -speed-check-mode ping,tcp:80,tcp:443
|
||||
domain-rules /example.com/ -speed-check-mode ping,tcp:80,tcp:443
|
||||
```
|
||||
|
||||
1. 对应端口查询时关闭测速
|
||||
@@ -47,7 +47,7 @@ SmartDNS提供了两种测速模式,分别是ping和tcp。smartdns默认使用
|
||||
如果分流的域名通过转发程序转发,则考虑关闭转发域名的测速功能,避免测速和出口不一致导致的体验反作用,关闭特定域名的测速方式如下:
|
||||
|
||||
```shell
|
||||
domain-rule /example.com/ -speed-check-mode none
|
||||
domain-rules /example.com/ -speed-check-mode none
|
||||
```
|
||||
|
||||
## 响应模式配置
|
||||
|
||||
@@ -88,7 +88,7 @@ server 1.1.1.1
|
||||
server-tls 8.8.8.8
|
||||
# 指定域名规则
|
||||
address /example.com/1.2.3.4
|
||||
domain-rule /example.com/ -address 1.2.3.4
|
||||
domain-rules /example.com/ -address 1.2.3.4
|
||||
```
|
||||
|
||||
- 也可以通过网上邻居修改,网上邻居共享目录 `sda1` 看不到 `asusware.mipsbig` 目录,但可以直接在`文件管理器`中输入 `asusware.mipsbig\etc\init.d` 访问
|
||||
|
||||
@@ -35,7 +35,7 @@ server 1.1.1.1
|
||||
server-tls 8.8.8.8
|
||||
# 指定域名规则
|
||||
address /example.com/1.2.3.4
|
||||
domain-rule /example.com/ -address 1.2.3.4
|
||||
domain-rules /example.com/ -address 1.2.3.4
|
||||
```
|
||||
|
||||
**注意:**
|
||||
|
||||
@@ -45,7 +45,7 @@ server 1.1.1.1
|
||||
server-tls 8.8.8.8
|
||||
# 指定域名规则
|
||||
address /example.com/1.2.3.4
|
||||
domain-rule /example.com/ -address 1.2.3.4
|
||||
domain-rules /example.com/ -address 1.2.3.4
|
||||
```
|
||||
|
||||
## 启动服务
|
||||
|
||||
@@ -44,7 +44,7 @@ server 1.1.1.1
|
||||
server-tls 8.8.8.8
|
||||
# 指定域名规则
|
||||
address /example.com/1.2.3.4
|
||||
domain-rule /example.com/ -address 1.2.3.4
|
||||
domain-rules /example.com/ -address 1.2.3.4
|
||||
```
|
||||
|
||||
## 重新加载配置
|
||||
|
||||
Reference in New Issue
Block a user