mirror of
https://github.com/rclone/rclone.git
synced 2025-08-24 20:05:45 +02:00
http: add --user-agent option. close #1557
This commit is contained in:
committed by
Stefan
parent
b510c70c1e
commit
2cc9071791
@@ -101,6 +101,7 @@ var (
|
||||
tpsLimitBurst = IntP("tpslimit-burst", "", 1, "Max burst of transactions for --tpslimit.")
|
||||
bindAddr = StringP("bind", "", "", "Local address to bind to for outgoing connections, IPv4, IPv6 or name.")
|
||||
disableFeatures = StringP("disable", "", "", "Disable a comma separated list of features. Use help to see a list.")
|
||||
userAgent = StringP("user-agent", "", "rclone/"+Version, "Set the user-agent to a specified string. The default is rclone/ version")
|
||||
logLevel = LogLevelNotice
|
||||
statsLogLevel = LogLevelInfo
|
||||
bwLimit BwTimetable
|
||||
|
Reference in New Issue
Block a user