]> git.proxmox.com Git - proxmox-backup.git/commit
fix #4095: make http client use proxy config from 'ALL_PROXY' env var
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 16 Sep 2022 08:48:38 +0000 (10:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Sep 2022 11:28:24 +0000 (13:28 +0200)
commitfc65ec434534a3fd0e33a4d38338a4354a04409f
tree027d941d23b575be815f42c6750d7e5ba8e3260c
parent3259c85ad101284ef3f511e0ec0edcd7591dd3e0
fix #4095: make http client use proxy config from 'ALL_PROXY' env var

In order to be able to use a proxy with the proxmox-backup-client, use
ProxyConfig for parsing proxy server config from the environment. Also
added a section in the documentation that describes how to configure the
environment if a proxy server should be used.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/backup-client.rst
pbs-client/src/http_client.rs