2024-07-23 00:19:22 +02:00
|
|
|
Enhancement: Allow specifying custom User-Agent for outgoing requests
|
2024-05-27 03:33:11 +05:30
|
|
|
|
2024-07-23 00:19:22 +02: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`
|
2024-05-27 03:33:11 +05:30
|
|
|
environment variable.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4768
|
|
|
|
https://github.com/restic/restic/pull/4810
|