mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 21:27:34 +00:00
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
Enhancement: Allow specifying custom User-Agent for outgoing requests
|
|
|
|
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 |