From 83a59f6bf85936fa8b9048139336e3f360a50881 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Tue, 22 Aug 2023 17:18:50 +0300 Subject: [PATCH] Pull request: Configuration: ipv6 hints Merge in GO/adguard-home-wiki from 6122-ipv6hints to master Squashed commit of the following: commit 0711fe740c597ac4458d157f6694fee1f564663a Author: Dimitry Kolyshev Date: Tue Aug 22 14:02:24 2023 +0300 Configuration: ipv6 hints --- Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration.md b/Configuration.md index a387251..51105bd 100644 --- a/Configuration.md +++ b/Configuration.md @@ -560,6 +560,8 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib - `enable_dnssec`: Set DNSSEC flag in the outgoing DNS requests and check the result. - `aaaa_disabled`: Respond with an empty answer to all `AAAA` requests. + **Since v0.107.37** it also removes IPv6 hints from the answers to HTTPS + queries. - `safebrowsing_cache_size`: Safe Browsing cache size, in bytes. - `safesearch_cache_size`: Safe Search cache size, in bytes. - `parental_cache_size`: Parental Control cache size, in bytes.