2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-27 07:16:40 +00:00
restic/changelog/unreleased/issue-4768

8 lines
334 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Allow specifying custom User-Agent for outgoing requests
2024-07-22 22:19:22 +00:00
Restic now supports setting a custom `User-Agent` for outgoing HTTP requests
using the global option `--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