From ccb0cf3170047d7bf372c9a43c4a6dfee1228126 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 15 Jan 2024 22:14:15 +0100 Subject: Autodetect support for IPv6 by default Until now, IPv6 support was disabled by default, which seems a bit outdated in 2024. Note: You still can pass "--enable-ipv6" or "--disable-ipv6" to the ./configure script to forcefully activate or deactivate IPv6 support. --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index b5ad20ed..28b1da33 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -353,11 +353,12 @@ standard locations. Enable support for SSL/TLS using OpenSSL or GnuTLS libraries. See `doc/SSL.txt` for details. -- IPv6: +- IPv6 (autodetected by default): - `--enable-ipv6` + `--enable-ipv6` / `--disable-ipv6` - Adds support for version 6 of the Internet Protocol. + Enable (disable) support for version 6 of the Internet Protocol, which should + be available on most modern UNIX-like operating systems by default. ## Configuration -- cgit 1.4.1