mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 05:37:37 +00:00
8 lines
338 B
Plaintext
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
|