doc: update document

This commit is contained in:
Nick Peng
2023-03-26 22:47:03 +08:00
parent c2a5232a75
commit 1e9bc6bed9
7 changed files with 76 additions and 18 deletions

View File

@@ -19,15 +19,21 @@ Currently, IPV6 has entered thousands of households. However, in some cases, IPV
address /example.com/#6
```
1. Method 3: If you need to disable IPV6 queries for a specific query port (such as the second DNS), you can configure it as follows:
```shell
bind :53 -force-aaaa-soa
```
## Disable Other Query Requests
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`.
```shell
force-qtype-SOA 28
```
```shell
force-qtype-SOA 28
```
After force-qtype-SOA parameter is the type of DNS. The specific types can be queried from the IANA Explanation.
After force-qtype-SOA parameter is the type of DNS. The specific types can be queried from the IANA Explanation.
## Additional Notes