diff --git a/docs/config/block-ipv6.md b/docs/config/block-ipv6.md index 8b363f8..3bed444 100644 --- a/docs/config/block-ipv6.md +++ b/docs/config/block-ipv6.md @@ -25,6 +25,15 @@ hide: bind :53 -force-aaaa-soa ``` +1. 例外配置: + + 在开启禁用AAAA记录时,如果需要特定的例外域名,可以通过下面方式添加例外 + + ```shell + address /example.com/- + address /example.com/-6 + ``` + ## 其他查询请求的禁用 1. smartdns支持对其他查询请求的禁用,对应参数为force-qtype-SOA diff --git a/en/docs/config/block-ipv6.md b/en/docs/config/block-ipv6.md index 41cc5b0..db64418 100644 --- a/en/docs/config/block-ipv6.md +++ b/en/docs/config/block-ipv6.md @@ -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`.