diff options
| author | Christopher Bock <christopher@bocki.com> | 2025-11-14 23:32:14 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-01-05 21:15:53 +0000 |
| commit | 1130181fd90c317b52776aa088f1c7a5614c1d30 (patch) | |
| tree | a8d0509446f26f61b3cf8ae584f0c92d33e10b9e /doc | |
| parent | 9555da1177eb196e45811fc91e2c63ebfc1118e8 (diff) | |
configure-index Acquire::ForceIPv4/6
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/configure-index | 3 |
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 { |
