diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2021-02-24 11:33:51 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2021-02-25 13:39:09 +0100 |
commit | 0358ce1491f879080adb5ac1a2ae1b405ca53d4f (patch) | |
tree | 40f85fc8ff43b0bf01ac0c083150fb38680fd3e0 /daemon/bindings | |
parent | Merge branch 'selection-tweaks' into 'master' (diff) | |
download | knot-resolver-0358ce1491f879080adb5ac1a2ae1b405ca53d4f.tar.xz knot-resolver-0358ce1491f879080adb5ac1a2ae1b405ca53d4f.zip |
lib/selection: add simple detection of IPv6 being broken
Details are described in code comments.
Diffstat (limited to 'daemon/bindings')
-rw-r--r-- | daemon/bindings/net_client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/bindings/net_client.rst b/daemon/bindings/net_client.rst index b9e4aa89..34e6236d 100644 --- a/daemon/bindings/net_client.rst +++ b/daemon/bindings/net_client.rst @@ -8,7 +8,7 @@ i.e. communication between the resolver itself and other DNS servers. IPv4 and IPv6 protocols are used by default. For performance reasons it is recommended to explicitly disable protocols which are not available -on your system. +on your system, though the impact of IPv6 outage is lowered since release 5.3.0. .. envvar:: net.ipv4 = true|false |