1
0
mirror of https://github.com/restic/restic.git synced 2024-07-25 12:17:31 +02:00
restic/changelog/unreleased/issue-4768

8 lines
338 B
Plaintext

Enhancement: Allow custom User-Agent to be specified for outgoing requests
Restic now permits setting a custom `User-Agent` for outgoing HTTP requests
using the global flag `--http-user-agent` or the `RESTIC_HTTP_USER_AGENT`
environment variable.
https://github.com/restic/restic/issues/4768
https://github.com/restic/restic/pull/4810