diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-28 17:17:37 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-28 17:34:51 +0200 |
commit | 147ac0fc90d972a11f5e91521ba3d385015b5945 (patch) | |
tree | 73ebcc2e77478d86ada6af081f479b6b33986039 /doc/examples | |
parent | c81b83864b7da79250a210ea7c49b5b03a4b2b16 (diff) |
Introduce Acquire::AllowTLS to turn off TLS support
As requested by Henrique de Moraes Holschuh, here comes
an option to disable TLS support. If the option is set
to false, the internal TLS layer is disabled.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index aada67bf5..a48d4cb99 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -206,6 +206,8 @@ Acquire Source-Symlinks "<BOOL>"; ForceHash "<STRING>"; // hashmethod used for expected hash: sha256, sha1 or md5sum + AllowTLS "<BOOL>"; // whether support for tls is enabled + PDiffs "<BOOL>"; // try to get the IndexFile diffs PDiffs::FileLimit "<INT>"; // don't use diffs if we would need more than 4 diffs PDiffs::SizeLimit "<INT>"; // don't use diffs if size of all patches excess X% of the size of the original file |