summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-01-05 21:16:05 +0000
committerJulian Andres Klode <jak@debian.org>2026-01-05 21:16:05 +0000
commitbef1f303092a9b75c44bc6ac48a52e7b0c0ef9bc (patch)
treea8d0509446f26f61b3cf8ae584f0c92d33e10b9e /doc
parent9555da1177eb196e45811fc91e2c63ebfc1118e8 (diff)
parent1130181fd90c317b52776aa088f1c7a5614c1d30 (diff)
Merge branch 'configure-index/forceipv' into 'main'
configure-index Acquire::ForceIPv4/6 See merge request apt-team/apt!531
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/configure-index3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index ddd783eda..9cdacfe34 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -373,6 +373,9 @@ Acquire
Languages "<LIST>"; // "environment,de,en,none,fr";
+ ForceIPv4 "<BOOL>"; // When downloading, force to use only the IPv4 protocol.
+ ForceIPv6 "<BOOL>"; // When downloading, force to use only the IPv6 protocol.
+
// Location of the changelogs with the placeholder @CHANGEPATH@ (e.g. "main/a/apt/apt_1.1")
Changelogs::URI
{