mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 05:09:00 +00:00
![]() Allow to instantiate a `HttpsConnector` not using the default `getaddrinfo` based `GaiResolver` for domain name resolution, but rather a custom resolver implementing the required traits. The usecase for this is to swap out the DNS resolver for the statically linked proxmox-backup-client binary, where the glibc dependency is problematic because of possible ABI incompatibility. However, set the generic type on `HttpsConnector` to default to `GaiResolver` to limit inconvenience for implementations using it. Adds tower-service as cargo workspace dependency and build dependency to debian/control. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
Cargo.toml |