ipv6: add exceptions

This commit is contained in:
Nick Peng
2023-03-27 22:46:47 +08:00
parent 086b7f465a
commit b1484edeac
2 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,15 @@ Currently, IPV6 has entered thousands of households. However, in some cases, IPV
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
1. Smartdns supports disabling other query requests, and the corresponding parameter is `force-qtype-SOA`.