ipv6: add exceptions
This commit is contained in:
@@ -25,6 +25,15 @@ hide:
|
|||||||
bind :53 -force-aaaa-soa
|
bind :53 -force-aaaa-soa
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. 例外配置:
|
||||||
|
|
||||||
|
在开启禁用AAAA记录时,如果需要特定的例外域名,可以通过下面方式添加例外
|
||||||
|
|
||||||
|
```shell
|
||||||
|
address /example.com/-
|
||||||
|
address /example.com/-6
|
||||||
|
```
|
||||||
|
|
||||||
## 其他查询请求的禁用
|
## 其他查询请求的禁用
|
||||||
|
|
||||||
1. smartdns支持对其他查询请求的禁用,对应参数为force-qtype-SOA
|
1. smartdns支持对其他查询请求的禁用,对应参数为force-qtype-SOA
|
||||||
|
|||||||
@@ -25,6 +25,15 @@ Currently, IPV6 has entered thousands of households. However, in some cases, IPV
|
|||||||
bind :53 -force-aaaa-soa
|
bind :53 -force-aaaa-soa
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. Exception configuration:
|
||||||
|
|
||||||
|
If you disable AAAA is enabled, you can add exceptions with following options:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
address /example.com/-
|
||||||
|
address /example.com/-6
|
||||||
|
```
|
||||||
|
|
||||||
## Disable Other Query Requests
|
## Disable Other Query Requests
|
||||||
|
|
||||||
1. Smartdns supports disabling other query requests, and the corresponding parameter is `force-qtype-SOA`.
|
1. Smartdns supports disabling other query requests, and the corresponding parameter is `force-qtype-SOA`.
|
||||||
|
|||||||
Reference in New Issue
Block a user